1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Migration fixes

This commit is contained in:
korenstin
2024-07-04 17:11:38 +02:00
parent e9f4795d13
commit 7051294d76
2 changed files with 1 additions and 422 deletions

View File

@ -18,6 +18,7 @@ def create_special_notes(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('note', '0001_initial'),
('logs', '0001_initial'),
]
operations = [