author | Luke Hoersten <luke@hoersten.org> |
Sun, 30 Dec 2018 11:13:20 -0600 | |
changeset 65 | 4538ad030906 |
parent 63 | 56531bbfd074 |
child 66 | 652a236229c2 |
permissions | -rw-r--r-- |
CREATE USER {{pleroma_user}} WITH ENCRYPTED PASSWORD '{{pleroma_db_passwd}}'; CREATE DATABASE {{pleroma_user}} OWNER {{pleroma_user}}; \c {{pleroma_user}}; --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";