Add uuid generation extension to sample_psql.eex.

This commit is contained in:
lain 2018-12-02 11:20:49 +01:00
parent 91065e1968
commit e3f3d13d99
1 changed files with 1 additions and 0 deletions

View 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";