datatracker/ietf/secr/proceedings
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
..
migrations Got rid of old migrations and created new initial migrations. 2018-02-21 23:46:22 +00:00
templatetags Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
__init__.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
forms.py Closed off the old paths for materials upload (redirecting some old entry points). Commit ready for merge. 2016-09-19 19:06:22 +00:00
models.py Removed unused imports 2018-02-22 00:14:03 +00:00
new_tables.sql Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
proc_utils.py This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
report_progress_report.py Made ietf/secr/proceedings pyflakes-clean. 2014-03-15 23:31:09 +00:00
tests.py Converted several secr apps to use factories for tests. Commit ready for merge. 2018-10-12 22:08:31 +00:00
urls.py Remove old proceedings generation code. Fixes #2234. Commit ready for merge. 2017-06-01 23:59:56 +00:00
utils.py Added handling for when file magic doesn't return a definitive encoding for a file. Added a test case to excercise error cases. 2018-03-13 16:45:50 +00:00
views.py Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge. 2019-01-02 22:55:00 +00:00