We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b5096 commit a86ec22Copy full SHA for a86ec22
migrations/schema-15.sql
@@ -114,20 +114,6 @@ CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA extensions;
114
COMMENT ON EXTENSION pgcrypto IS 'cryptographic functions';
115
116
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
131
--
132
-- Name: supabase_vault; Type: EXTENSION; Schema: -; Owner: -
133
0 commit comments