We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbb8c9 commit b0b482fCopy full SHA for b0b482f
1 file changed
components/rsptx/db/async_session.py
@@ -56,6 +56,7 @@
56
# Generate this key once and store it securely (e.g., env var or config file)
57
fernet = Fernet(settings.fernet_secret)
58
59
+
60
async def init_models():
61
async with engine.begin() as conn:
62
# Never, ever drop tables in a production environment!
0 commit comments