updates-fixes
Some checks failed
deploy / deploy (push) Failing after 2m0s

This commit is contained in:
2023-10-25 20:02:01 +03:00
parent 46e684b28d
commit 04dedaa3a3
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ from orm.community import Community
def init_tables():
Base.metadata.create_all(engine)
Shout.init_table()
Community.init_table()
Shout.init_table()
print("[orm] tables initialized")