Skip to content

Commit 41f291e

Browse files
committed
fix: activate oriole first in the oriole context
1 parent 78491e2 commit 41f291e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

migrations/tests/test.sql

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
-- Create all extensions
2-
\ir extensions/test.sql
3-
4-
BEGIN;
5-
6-
CREATE EXTENSION IF NOT EXISTS pgtap;
7-
81
-- Check and create OrioleDB if available
92
DO $$
103
BEGIN
@@ -15,6 +8,13 @@ BEGIN
158
END IF;
169
END $$;
1710

11+
-- Create all extensions
12+
\ir extensions/test.sql
13+
14+
BEGIN;
15+
16+
CREATE EXTENSION IF NOT EXISTS pgtap;
17+
1818
SELECT no_plan();
1919

2020
\ir fixtures.sql

0 commit comments

Comments
 (0)