Skip to content

Commit

Permalink
cov: Add comment on SCHEMA in test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 3, 2021
1 parent 1edbef0 commit 45ebaf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ CREATE SCHEMA extensions;
CREATE SCHEMA v1;
CREATE SCHEMA v2;

COMMENT ON SCHEMA v1 IS 'v1 schema';
COMMENT ON SCHEMA v2 IS 'v2 schema';

--
-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
--
Expand Down

0 comments on commit 45ebaf0

Please sign in to comment.