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 6041fb2 commit 13f463aCopy full SHA for 13f463a
migrations/tests/extensions/29-pg_tle.sql
@@ -1 +1,4 @@
1
-create extension if not exists pg_tle;
+BEGIN;
2
+create schema if not exists "pgtle";
3
+create extension if not exists pg_tle with schema "pgtle";
4
+ROLLBACK;
0 commit comments