mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: migration order
This commit is contained in:
parent
59256588db
commit
5bbb796e5e
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('db', '0066_account_id_token_cycle_logo_props_module_logo_props'),
|
||||
('db', '0068_remove_pagelabel_project_remove_pagelog_project_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user