mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
add schema create to sql script
This commit is contained in:
parent
bdfd97fc12
commit
cbdae4da06
@ -1,4 +1,9 @@
|
||||
DROP DATABASE IF EXISTS devdb;
|
||||
CREATE DATABASE devdb;
|
||||
\connect devdb;
|
||||
CREATE SCHEMA shakespeare;
|
||||
|
||||
DROP DATABASE IF EXISTS testdb;
|
||||
CREATE DATABASE testdb;
|
||||
\connect testdb;
|
||||
CREATE SCHEMA shakespeare;
|
||||
|
Loading…
x
Reference in New Issue
Block a user