From 2e440822cb452f2ee6c42577fb88b00d550e1852 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 14 Mar 2016 20:52:51 +1100 Subject: [PATCH] remove unnessecary create extension "uuid-ossp" --- schema-templates/blog.sql | 1 - 1 file changed, 1 deletion(-) 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