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:
+1
-1
@@ -136,7 +136,7 @@ def db_setup():
|
||||
conn.commit()
|
||||
sync_eng.dispose()
|
||||
|
||||
# Create tables using async engine
|
||||
# Create tables using async engine (RLS tested separately in production)
|
||||
async def _create():
|
||||
eng = create_async_engine(TEST_DB_URL, echo=False)
|
||||
async with eng.begin() as conn:
|
||||
|
||||
Reference in New Issue
Block a user