This commit is contained in:
Timothy J. Baek 2024-10-05 12:40:13 -07:00
parent 46328333c7
commit 614f3d5f80

View File

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