mirror of
https://memleak.eu/sn0w/pleroma-docker.git
synced 2024-12-22 01:48:47 -05: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";
|