Skip to content

Commit 9a89565

Browse files
committed
feat: update community file with new hash value
1 parent f646a5c commit 9a89565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tools/migrations/0002_tool_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class Migration(migrations.Migration):
1717
name='label',
1818
field=models.CharField(max_length=128, null=True, verbose_name='标签'),
1919
),
20-
migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
20+
# migrations.RunSQL(get_file_content(os.path.join(PROJECT_DIR, "apps", "tools", 'migrations', 'internal_tool.sql')))
2121
]

0 commit comments

Comments
 (0)