Merge commit '1392bd3a96045302b60d845a90901a4b2234c475' as 'seatmap-webapi'
This commit is contained in:
5
seatmap-webapi/tests/fixtures/create_pgsql.sql
vendored
Normal file
5
seatmap-webapi/tests/fixtures/create_pgsql.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE USER "php-crud-api" WITH PASSWORD 'php-crud-api';
|
||||
CREATE DATABASE "php-crud-api";
|
||||
GRANT ALL PRIVILEGES ON DATABASE "php-crud-api" to "php-crud-api";
|
||||
\c "php-crud-api";
|
||||
CREATE EXTENSION IF NOT EXISTS postgis;
|
||||
Reference in New Issue
Block a user