docker-pleroma/without-rum.sql

5 lines
184 B
MySQL
Raw Normal View History

2021-02-02 05:38:02 +00:00
--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";