We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f646a5c commit 9a89565Copy full SHA for 9a89565
apps/tools/migrations/0002_tool_label.py
@@ -17,5 +17,5 @@ class Migration(migrations.Migration):
17
name='label',
18
field=models.CharField(max_length=128, null=True, verbose_name='标签'),
19
),
20
- migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
+ # migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
21
]
0 commit comments