[Update] 修改表名称

This commit is contained in:
ibuler
2019-03-04 15:51:17 +08:00
parent d84ab1d215
commit ad6d233c11

View File

@@ -29,7 +29,7 @@ class Migration(migrations.Migration):
], ],
options={ options={
'verbose_name': 'Setting', 'verbose_name': 'Setting',
'db_table': 'setting', 'db_table': 'settings_setting',
}, },
), ),
] ]