datatracker/ietf/idindex
Henrik Levkowetz 815602351f This is a series of 50 migrations that changes the Document and DocAlias
primary keys from character strings to integers, and makes corresponding code
changes.

This was prompted by database limitations discovered when trying to make
DocAlias use a m2m document field; with 255 long strings as primary keys for
Document and DocAlias this violated the MySQL database limitations.

Changing the primary keys to integers should also improve efficiency.  

Due to the data migrations which create the new integer primary keys and adds
corresponding integer foreign keys matching the previous string foreign keys
in all tables having foreign keys to Document and DocAlias, some of these
migrations take a long time.  The total set of migrations are expected to have
a runtime on the order of 2 hours.
 - Legacy-Id: 16237
2019-06-10 11:32:46 +00:00
..
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
generate_all_id2_txt.py Added django.setup() to some additional scripts, as required under Django 1.7. 2015-02-10 22:09:22 +00:00
generate_all_id_txt.py Added django.setup() to some additional scripts, as required under Django 1.7. 2015-02-10 22:09:22 +00:00
generate_id_abstracts_txt.py Added django.setup() to some additional scripts, as required under Django 1.7. 2015-02-10 22:09:22 +00:00
generate_id_index_txt.py Added django.setup() to some additional scripts, as required under Django 1.7. 2015-02-10 22:09:22 +00:00
index.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
tests.py Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream. 2018-12-11 22:38:05 +00:00