Init commit
This commit is contained in:
6
support/docker/gitpod/setup_postgres.sql
Normal file
6
support/docker/gitpod/setup_postgres.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create database peertube_dev;
|
||||
create user peertube password 'peertube';
|
||||
grant all privileges on database peertube_dev to peertube;
|
||||
\c peertube_dev
|
||||
CREATE EXTENSION pg_trgm;
|
||||
CREATE EXTENSION unaccent;
|
||||
Reference in New Issue
Block a user