wip: enterprise readiness plan implementation — punkt 1 (RLS migration 0129) done+deployed (114 tables), punkt 2 (test-DB) in progress, conftest.py simplified

This commit is contained in:
Agent Zero
2026-08-20 11:47:18 +02:00
parent 9bf8157667
commit f1040c1749
+1 -1
View File
@@ -136,7 +136,7 @@ def db_setup():
conn.commit() conn.commit()
sync_eng.dispose() sync_eng.dispose()
# Create tables using async engine # Create tables using async engine (RLS tested separately in production)
async def _create(): async def _create():
eng = create_async_engine(TEST_DB_URL, echo=False) eng = create_async_engine(TEST_DB_URL, echo=False)
async with eng.begin() as conn: async with eng.begin() as conn: