fix: migration order
This commit is contained in:
parent
59256588db
commit
5bbb796e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('db', '0066_account_id_token_cycle_logo_props_module_logo_props'),
|
('db', '0068_remove_pagelabel_project_remove_pagelog_project_and_more'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Loading…
Add table
Add a link
Reference in a new issue