mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 02:02:48 +00:00
feat: update community file with new hash value
This commit is contained in:
parent
f646a5caad
commit
9a89565931
|
|
@ -17,5 +17,5 @@ class Migration(migrations.Migration):
|
|||
name='label',
|
||||
field=models.CharField(max_length=128, null=True, verbose_name='标签'),
|
||||
),
|
||||
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')))
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue