mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
init unit tests
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
DROP DATABASE IF EXISTS devdb;
|
||||
CREATE DATABASE devdb;
|
||||
DROP DATABASE IF EXISTS devdb;
|
||||
CREATE DATABASE devdb;
|
||||
DROP DATABASE IF EXISTS testdb;
|
||||
CREATE DATABASE testdb;
|
||||
|
||||
Reference in New Issue
Block a user