fix: use correct syntax in tests/postgres/setup.sql

This commit is contained in:
Austin Bonander 2024-07-04 15:59:52 -07:00
parent 0eb2ee9365
commit efbf57265c

View File

@ -54,4 +54,4 @@ CREATE TABLE test_citext (
CREATE SCHEMA IF NOT EXISTS foo;
CREATE ENUM foo."Foo" ('Bar', 'Baz');
CREATE TYPE foo."Foo" as ENUM ('Bar', 'Baz');