Reinclude create_db.sql

This commit is contained in:
Raelon Masters
2020-04-07 10:00:25 -04:00
parent 47bff56119
commit b27ef2b0c1
4 changed files with 6 additions and 6 deletions

1
create_db.sql vendored Executable file
View File

@@ -0,0 +1 @@
CREATE DATABASE 'pyshelf'; CREATE USER 'pyshelf' WITH PASSWORD 'pyshelf'; GRANT ALL PRIVILEGES ON DATABASE 'pyshelf' TO 'pyshelf';