Skip to content

Commit efbf572

Browse files
committed
fix: use correct syntax in tests/postgres/setup.sql
1 parent 0eb2ee9 commit efbf572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/postgres/setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ CREATE TABLE test_citext (
5454

5555
CREATE SCHEMA IF NOT EXISTS foo;
5656

57-
CREATE ENUM foo."Foo" ('Bar', 'Baz');
57+
CREATE TYPE foo."Foo" as ENUM ('Bar', 'Baz');

0 commit comments

Comments
 (0)