mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-06-10 06:40:38 +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