From 0923b039c49ab4f3ae4b5cb20cc1afb5ab71116e Mon Sep 17 00:00:00 2001 From: CJ Estel Date: Wed, 24 Apr 2019 17:27:45 -0400 Subject: [PATCH] Adjust a comment line that prevents cloud from deploying --- deployments/schema/postgres/1000_schema.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deployments/schema/postgres/1000_schema.sql b/deployments/schema/postgres/1000_schema.sql index 798613c..c0256f4 100755 --- a/deployments/schema/postgres/1000_schema.sql +++ b/deployments/schema/postgres/1000_schema.sql @@ -7,11 +7,6 @@ CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; -COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; - - - - CREATE FUNCTION update_updated_at_column() RETURNS trigger LANGUAGE plpgsql AS $$