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 c6930dc commit 0fc11ecCopy full SHA for 0fc11ec
supabase/migrations/20231207073048_dbdev_supports_new_package_names.sql
@@ -281,8 +281,9 @@ Requires:
281
*/
282
create extension if not exists http with schema extensions;
283
create extension if not exists pg_tle;
284
--- drop dbdev with older naming schem if present
+-- drop dbdev with older naming scheme if present
285
drop extension if exists "supabase-dbdev";
286
+select pgtle.uninstall_extension_if_exists('supabase-dbdev');
287
drop extension if exists "supabase@dbdev";
288
select pgtle.uninstall_extension_if_exists('supabase@dbdev');
289
select
0 commit comments