create-all-fix
Some checks failed
Deploy on push / deploy (push) Failing after 35s

This commit is contained in:
2024-02-25 18:36:08 +03:00
parent a760d253b3
commit 1e922e3161
3 changed files with 20 additions and 6 deletions

View File

@@ -91,3 +91,4 @@ class Base(declarative_base()):
make_searchable(Base.metadata)
Base.metadata.create_all(engine)