mirror of
https://memleak.eu/sn0w/pleroma-docker.git
synced 2024-08-13 18:03:45 -04:00
4 lines
123 B
SQL
4 lines
123 B
SQL
CREATE EXTENSION IF NOT EXISTS citext;
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
|
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|