From 45ebaf0ad858dc77b517196f5b1688f13d956ead Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 2 Jan 2021 11:22:56 +0100 Subject: [PATCH] cov: Add comment on SCHEMA in test fixtures --- test/fixtures/schema.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql index 301cb4dc0..32f79d51e 100644 --- a/test/fixtures/schema.sql +++ b/test/fixtures/schema.sql @@ -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: - --