Skip to content

Commit a86ec22

Browse files
committed
test: schema test update
1 parent b0b5096 commit a86ec22

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

migrations/schema-15.sql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,20 +114,6 @@ CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA extensions;
114114
COMMENT ON EXTENSION pgcrypto IS 'cryptographic functions';
115115

116116

117-
--
118-
-- Name: pgjwt; Type: EXTENSION; Schema: -; Owner: -
119-
--
120-
121-
CREATE EXTENSION IF NOT EXISTS pgjwt WITH SCHEMA extensions;
122-
123-
124-
--
125-
-- Name: EXTENSION pgjwt; Type: COMMENT; Schema: -; Owner: -
126-
--
127-
128-
COMMENT ON EXTENSION pgjwt IS 'JSON Web Token API for Postgresql';
129-
130-
131117
--
132118
-- Name: supabase_vault; Type: EXTENSION; Schema: -; Owner: -
133119
--

0 commit comments

Comments
 (0)