This commit is contained in:
Joe Nelson
2015-11-10 21:00:50 -08:00
parent a508f8df37
commit 86d992c21f
+3
View File
@@ -3,6 +3,9 @@
begin;
create role anon noinherit;
create role author;
create extension if not exists pgcrypto;
create extension if not exists "uuid-ossp";