mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix: use correct syntax in tests/postgres/setup.sql
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user