diff --git a/schema-templates/blog.sql b/schema-templates/blog.sql index a62b9c4d1..7d4078b59 100644 --- a/schema-templates/blog.sql +++ b/schema-templates/blog.sql @@ -11,7 +11,6 @@ create role authenticator noinherit; grant anon, author to authenticator; create extension if not exists pgcrypto; -create extension if not exists "uuid-ossp"; -- We put things inside the basic_auth schema to hide -- them from public view. Certain public procs/views will