feat: base 修改workflow_cate的migrate引用
This commit is contained in:
parent
66d24d51af
commit
f164168fac
|
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('wf', '0004_workflow_view_path2'),
|
('wf', '0003_workflow_view_path'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue