paperless-ngx/src/documents/migrations
2021-04-05 00:16:50 +02:00
..
0001_initial.py Allow for MariaDB/MySQL 2017-02-18 17:53:43 +00:00
0002_auto_20151226_1316.py Better created & modified + __str__() 2015-12-26 13:20:52 +00:00
0003_sender.py remove atomic=False where it is obviously not needed) 2018-08-29 00:37:07 +02:00
0004_auto_20160114_1844.py Fixed a few consumer bugs and added an exporter 2016-01-15 18:14:42 +00:00
0005_auto_20160123_0313.py Django insists on adding every little thing as a migration 2016-01-23 03:14:55 +00:00
0006_auto_20160123_0430.py Add labels (#9) 2016-01-23 04:40:35 +00:00
0007_auto_20160126_2114.py Fixed a typo in the description. There's no need for a new migration here. 2016-02-14 00:10:37 +00:00
0008_document_file_type.py Fixt the tags to be optional 2016-02-08 17:28:59 +00:00
0009_auto_20160214_0040.py Added a default algorithm 2016-02-14 01:30:18 +00:00
0010_log.py New logging appears to work 2016-02-27 20:18:50 +00:00
0011_auto_20160303_1929.py mode change 2018-09-06 12:00:01 +02:00
0012_auto_20160305_0040.py remove atomic=False where it is obviously not needed) 2018-08-29 00:37:07 +02:00
0013_auto_20160325_2111.py Removed log components and introduced signals for tags & correspondents 2016-03-28 11:11:15 +01:00
0014_document_checksum.py Move the unique key on checksums to migration 15 2018-09-23 14:00:27 +01:00
0015_add_insensitive_to_match.py Move the unique key on checksums to migration 15 2018-09-23 14:00:27 +01:00
0016_auto_20170325_1558.py Add another db_index hack for MySQL 2018-02-20 11:17:11 +00:00
0017_auto_20170512_0507.py add: migration for fuzzy matching 2017-05-11 22:09:30 -07:00
0018_auto_20170715_1712.py Allow correspondents to be deleted without deleting their documents 2017-07-15 19:13:10 +01:00
0019_add_consumer_user.py remove atomic=False where it is obviously not needed) 2018-08-29 00:37:07 +02:00
0020_document_added.py pep8 2018-09-02 21:26:20 +01:00
0021_document_storage_type.py Merge the storage_type migrations 2018-06-17 20:23:54 +01:00
0022_auto_20181007_1420.py unified document matching, legacy and automatching work alongside now 2020-10-28 11:45:11 +01:00
0023_document_current_filename.py removed unused settings, migrations now match originals 2020-11-02 20:16:10 +01:00
1000_update_paperless_all.py refrain from creating the index as part of the migrations, messes with the test cases. 2020-11-27 13:56:07 +01:00
1001_auto_20201109_1636.py first implementation of the mail rework 2020-11-15 23:56:22 +01:00
1002_auto_20201111_1105.py fixed the file handling implementation. The feature is cool, but the original implementation had so many small flaws it wasn't even funny. 2020-11-11 14:21:33 +01:00
1003_mime_types.py fix & test a migration 2020-12-19 21:52:58 +01:00
1004_sanity_check_schedule.py added a simple sanity checker. 2020-11-25 16:04:58 +01:00
1005_checksums.py added checksums for archived documents. 2020-11-29 12:31:26 +01:00
1006_auto_20201208_2209.py removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01:00
1007_savedview_savedviewfilterrule.py add backend support for saved views 2020-12-12 15:46:56 +01:00
1008_auto_20201216_1736.py fixed some issues with the ordering, test cases and migrations. 2020-12-16 18:40:19 +01:00
1009_auto_20201216_2005.py these changes shouldn't have been commited at all. my bad. 2020-12-16 21:08:03 +01:00
1010_auto_20210101_2159.py fix #238 2021-01-01 23:09:10 +01:00
1011_auto_20210101_2340.py add missing migrations 2021-01-02 01:21:44 +01:00
1012_fix_archive_files.py more testing of the migration 2021-02-10 16:58:55 +01:00
1013_migrate_tag_colour.py bugfixes 2021-02-25 22:16:31 +01:00
1014_auto_20210228_1614.py filter by title or title+content fixes #636 2021-02-28 16:19:41 +01:00
1015_remove_null_characters.py add migration to fix null characters in document contents 2021-04-04 20:41:08 +02:00
1016_auto_20210317_1351.py fix migration 2021-04-05 00:16:50 +02:00
__init__.py It works! 2015-12-20 19:23:33 +00:00