ArchiveBox/archivebox/core/migrations
2024-09-06 03:48:52 -07:00
..
0001_initial.py rename model Page to Snapshot 2019-04-30 23:44:51 -04:00
0002_auto_20200625_1521.py cli experience improvements 2020-06-25 17:47:55 -04:00
0003_auto_20200630_1034.py add migration 2020-06-30 06:42:17 -04:00
0004_auto_20200713_1552.py make snapshots unique again 2020-07-13 12:21:52 -04:00
0005_auto_20200728_0326.py fix pending titles and favicons, improve add page, custom admin 2020-07-27 23:26:45 -04:00
0006_auto_20201012_1520.py fix migration creating conflicting tags based on slug 2021-02-01 05:13:23 -05:00
0007_archiveresult.py load EXTRACTORS dynamically using importlib.import_module 2024-05-11 22:28:59 -07:00
0008_auto_20210105_1421.py fix: Make cmd_version nullable 2021-01-06 20:03:40 +02:00
0009_auto_20210216_1038.py add migrations 2021-02-16 15:57:13 -05:00
0010_auto_20210216_1055.py add migrations 2021-02-16 15:57:13 -05:00
0011_auto_20210216_1331.py add migrations 2021-02-16 15:57:13 -05:00
0012_auto_20210216_1425.py add migrations 2021-02-16 15:57:13 -05:00
0013_auto_20210218_0729.py add missing migrations 2021-02-18 02:36:21 -05:00
0014_auto_20210218_0729.py add missing migrations 2021-02-18 02:36:21 -05:00
0015_auto_20210218_0730.py add missing migrations 2021-02-18 02:36:21 -05:00
0016_auto_20210218_1204.py missing migrations 2021-02-18 08:05:05 -05:00
0017_auto_20210219_0211.py add migration 2021-02-28 22:55:12 -05:00
0018_auto_20210327_0952.py allow larger tags 2021-03-27 05:52:42 -04:00
0019_auto_20210401_0654.py add db_index on url field 2021-04-01 14:00:07 -04:00
0020_auto_20210410_1031.py enforce new models to use uuid keys 2021-04-10 06:32:45 -04:00
0021_auto_20220914_0934.py Add missing migration 0021 2022-09-14 09:36:17 +00:00
0022_auto_20231023_2008.py Add htmltotext extractor 2023-10-23 21:42:32 -04:00
0023_alter_archiveresult_options_archiveresult_abid_and_more.py hardcode EXTRACTOR_CHOICES to prevent nondeterministic migrations 2024-08-22 15:36:02 -07:00
0024_auto_20240513_1143.py fix abid generation migrations to be historically consistent 2024-08-20 01:58:19 -07:00
0025_alter_archiveresult_uuid.py add migrations to create and populate ABIDField and UUIDField values 2024-05-13 05:13:42 -07:00
0026_archiveresult_created_archiveresult_created_by_and_more.py fix created_by field migration to create User properly if none exists 2024-08-22 15:20:36 -07:00
0027_update_snapshot_ids.py fix migrations import errors 2024-09-06 03:48:52 -07:00
0028_alter_archiveresult_uuid.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0029_alter_archiveresult_id.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0030_alter_archiveresult_uuid.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0031_alter_archiveresult_id_alter_archiveresult_uuid_and_more.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0032_alter_archiveresult_id.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
0033_rename_id_archiveresult_old_id.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0034_alter_archiveresult_old_id_alter_archiveresult_uuid.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
0035_remove_archiveresult_uuid_archiveresult_id.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0036_alter_archiveresult_id_alter_archiveresult_old_id.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
0037_rename_id_snapshot_old_id.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0038_rename_uuid_snapshot_id.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0039_rename_snapshot_archiveresult_snapshot_old.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0040_archiveresult_snapshot.py fix abid generation migrations to be historically consistent 2024-08-20 01:58:19 -07:00
0041_alter_archiveresult_snapshot_and_more.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0042_remove_archiveresult_snapshot_old.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0043_alter_archiveresult_snapshot_alter_snapshot_id_and_more.py add migrations for SnapshotTag through model 2024-08-19 18:36:20 -07:00
0044_alter_archiveresult_snapshot_alter_tag_uuid_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0045_alter_snapshot_old_id.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0046_alter_archiveresult_snapshot_alter_snapshot_id_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0047_alter_snapshottag_unique_together_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0048_alter_archiveresult_snapshot_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0049_rename_snapshot_snapshottag_snapshot_old_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0050_alter_snapshottag_snapshot_old.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0051_snapshottag_snapshot_alter_snapshottag_snapshot_old.py add chunk_size=500 to more iterator calls 2024-08-27 19:28:00 -07:00
0052_alter_snapshottag_unique_together_and_more.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0053_remove_snapshottag_snapshot_old.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0054_alter_snapshot_timestamp.py migrate SnapshotTag to use new snapshot id 2024-08-19 19:42:25 -07:00
0055_alter_tag_slug.py add migrations 2024-08-20 01:58:44 -07:00
0056_remove_tag_uuid.py add migrations 2024-08-20 01:58:44 -07:00
0057_rename_id_tag_old_id.py add migrations 2024-08-20 01:58:44 -07:00
0058_alter_tag_old_id.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
0059_tag_id.py fix migrations import errors 2024-09-06 03:48:52 -07:00
0060_alter_tag_id.py add migrations 2024-08-20 01:58:44 -07:00
0061_rename_tag_snapshottag_old_tag_and_more.py add migrations 2024-08-20 01:58:44 -07:00
0062_alter_snapshottag_old_tag.py add migrations 2024-08-20 01:58:44 -07:00
0063_snapshottag_tag_alter_snapshottag_old_tag.py add chunk_size=500 to more iterator calls 2024-08-27 19:28:00 -07:00
0064_alter_snapshottag_unique_together_and_more.py add migrations 2024-08-20 01:58:44 -07:00
0065_remove_snapshottag_old_tag.py add migrations 2024-08-20 01:58:44 -07:00
0066_alter_snapshottag_tag_alter_tag_id_alter_tag_old_id.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
0067_alter_snapshottag_tag.py add migrations 2024-08-20 01:58:44 -07:00
0068_alter_archiveresult_options.py add migrations 2024-08-20 01:58:44 -07:00
0069_alter_archiveresult_created_alter_snapshot_added_and_more.py change ABIDModel.created to use AutoTimeField seeded on .save instead of auto_now_add so that ts_src for ABID is available on creation before DB row is created 2024-08-28 03:02:37 -07:00
0070_alter_archiveresult_created_by_alter_snapshot_added_and_more.py remove .old_id entirely and make ABID generation only happen once on initial save 2024-09-04 16:40:15 -07:00
0071_remove_archiveresult_old_id_remove_snapshot_old_id_and_more.py remove .old_id entirely and make ABID generation only happen once on initial save 2024-09-04 16:40:15 -07:00
0072_rename_added_snapshot_bookmarked_at_and_more.py add migrations for datetime field renames 2024-09-04 23:44:13 -07:00
0073_rename_created_archiveresult_created_at_and_more.py add migrations for datetime field renames 2024-09-04 23:44:13 -07:00
0074_alter_snapshot_downloaded_at.py add migrations for datetime field renames 2024-09-04 23:44:13 -07:00
__init__.py wip initial django setup 2019-04-02 16:36:41 -04:00