mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
refactor db init sql script
This commit is contained in:
parent
17ebcc5ae3
commit
b50b3c9d43
@ -1,5 +1,3 @@
|
||||
DROP DATABASE IF EXISTS devdb;
|
||||
CREATE DATABASE devdb;
|
||||
\connect devdb;
|
||||
CREATE SCHEMA shakespeare;
|
||||
CREATE SCHEMA happy_hog;
|
||||
|
Loading…
x
Reference in New Issue
Block a user