Este commit está contenido en:
Your Name
2020-05-28 10:34:48 +00:00
padre b1681711d8
commit 4077ca403d
Se han modificado 15 ficheros con 2077 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,7 @@
CREATE USER postgres WITH ENCRYPTED PASSWORD 'pl3r0m4.';
CREATE DATABASE pleroma OWNER postgres;
\c pleroma;
--Extensions made by ecto.migrate that need superuser access
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";