mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 22:32:01 -05:00
Update packages/better-auth/src/db/get-migration-schema.test.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -191,7 +191,7 @@ describe.runIf(isPostgresAvailable)(
|
||||
});
|
||||
|
||||
beforeAll(async () => {
|
||||
await schemaPool.query(`DROP SCHEMA IF EXISTS ${schema} CASCADE`);
|
||||
await pool.query(`DROP SCHEMA IF EXISTS ${schema} CASCADE`);
|
||||
await schemaPool.query(`CREATE SCHEMA ${schema}`);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user