API: use of PostgreSQL instead of MySQL
API: use of PostgreSQL instead of MySQL
This commit is contained in:
5
mpwo_api/db/mpwo.sql
Normal file
5
mpwo_api/db/mpwo.sql
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE DATABASE mpwo;
|
||||
CREATE DATABASE mpwo_test;
|
||||
CREATE USER mpwo WITH PASSWORD 'mpwo';
|
||||
GRANT ALL PRIVILEGES ON DATABASE mpwo TO mpwo;
|
||||
GRANT ALL PRIVILEGES ON DATABASE mpwo_test TO mpwo;
|
Reference in New Issue
Block a user