mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix: use correct syntax in tests/postgres/setup.sql
This commit is contained in:
parent
0eb2ee9365
commit
efbf57265c
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user