@@ -56,6 +56,9 @@ def run_migrations():
print(f"Error: {e}")
+run_migrations()
+
class Config(Base):
__tablename__ = "config"