Skip to content

Commit 13f463a

Browse files
committed
chore: wrap pgtle in transaction
1 parent 6041fb2 commit 13f463a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
create extension if not exists pg_tle;
1+
BEGIN;
2+
create schema if not exists "pgtle";
3+
create extension if not exists pg_tle with schema "pgtle";
4+
ROLLBACK;

0 commit comments

Comments
 (0)