Fix DAO tests
This commit is contained in:
parent
08b346da7f
commit
259af14bb6
@ -15,6 +15,6 @@
|
||||
--
|
||||
|
||||
DROP TYPE json IF EXISTS;
|
||||
CREATE TYPE json AS text;
|
||||
CREATE TYPE json AS varchar;
|
||||
DROP TYPE jsonb IF EXISTS;
|
||||
CREATE TYPE jsonb AS other;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user