mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Still working on the post install execution of Docker
This commit is contained in:
2
create_db.sql
vendored
2
create_db.sql
vendored
@@ -1 +1 @@
|
||||
CREATE DATABASE pyshelf; CREATE USER pyshelf WITH PASSWORD pyshelf; GRANT ALL PRIVILEGES ON DATABASE pyshelf TO pyshelf;
|
||||
CREATE DATABASE 'pyshelf'; CREATE USER 'pyshelf' WITH PASSWORD 'pyshelf'; GRANT ALL PRIVILEGES ON DATABASE 'pyshelf' TO 'pyshelf';
|
||||
|
||||
Reference in New Issue
Block a user