perf: ops db migrate

This commit is contained in:
ibuler 2024-09-19 21:38:08 +08:00 committed by feng626
parent 647736f4e3
commit 6e8affcdd6

View File

@ -28,6 +28,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('ops', '0002_celerytask'),
('orgs', '0002_auto_20180903_1132'),
]
operations = [