mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
backend: исправлено отслеживание изменений столбцов в бд
This commit is contained in:
@@ -10,7 +10,7 @@ app = Flask(
|
||||
"__name__",
|
||||
)
|
||||
|
||||
migrate = Migrate(app, db)
|
||||
migrate = Migrate(app, db, compare_type=True)
|
||||
admin = Admin(name="TextSouls")
|
||||
|
||||
with open("textsouls/config.json") as config_file:
|
||||
|
||||
Reference in New Issue
Block a user