mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
wip 2
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# Generated by Django 5.0.6 on 2024-12-25 (squashed)
|
||||
# Squashed migration: replaces 0001-0009
|
||||
# For fresh installs: creates final schema
|
||||
# For dev users with 0001-0009 applied: marked as applied (no-op)
|
||||
|
||||
from uuid import uuid4
|
||||
from django.conf import settings
|
||||
@@ -12,6 +14,18 @@ class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
replaces = [
|
||||
('api', '0001_initial'),
|
||||
('api', '0002_alter_apitoken_options'),
|
||||
('api', '0003_rename_user_apitoken_created_by_apitoken_abid_and_more'),
|
||||
('api', '0004_alter_apitoken_id_alter_apitoken_uuid'),
|
||||
('api', '0005_remove_apitoken_uuid_remove_outboundwebhook_uuid_and_more'),
|
||||
('api', '0006_remove_outboundwebhook_uuid_apitoken_id_and_more'),
|
||||
('api', '0007_alter_apitoken_created_by'),
|
||||
('api', '0008_alter_apitoken_created_alter_apitoken_created_by_and_more'),
|
||||
('api', '0009_rename_created_apitoken_created_at_and_more'),
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
]
|
||||
Reference in New Issue
Block a user