blob: f80ca049ccdfc49efbfc246412d342206a429f71 (
plain) (
blame)
1
2
3
4
5
|
-- Before running db:migrate, run this on Mastodon DB as Postgres superuser. --
-- sudo -sHu postgres -- psql mastodon_production
CREATE EXTENSION pg_trgm;
CREATE EXTENSION unaccent;
|