docker-pleroma/with-rum.sql

6 lines
220 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";
CREATE EXTENSION IF NOT EXISTS rum;