Skip to content

Commit

Permalink
Merge pull request #65 from covermymeds/cloud_change
Browse files Browse the repository at this point in the history
Adjust a comment line that prevents cloud from deploying
  • Loading branch information
cjestel authored Apr 30, 2019
2 parents 2e494ac + 0923b03 commit 7b0dbb6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deployments/schema/postgres/1000_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 $$
Expand Down

0 comments on commit 7b0dbb6

Please sign in to comment.