Merge remote-tracking branch 'origin' into follower-hiding
[akkoma] / lib / mix / tasks / sample_psql.eex
index b6f57948b88a38ef8fe28360d888acf80a907fc6..c89b34ef21bdd996866f4908628f34061485efde 100644 (file)
@@ -4,3 +4,4 @@ CREATE DATABASE pleroma_dev OWNER pleroma;
 --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";