diff --git a/schema-templates/blog.sql b/schema-templates/blog.sql index 8f9e8746b..3958238ed 100644 --- a/schema-templates/blog.sql +++ b/schema-templates/blog.sql @@ -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";