docker-pleroma/without-rum.sql
2021-02-01 23:38:02 -06:00

5 lines
184 B
SQL

--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";