Fix DAO tests

This commit is contained in:
Igor Kulikov 2020-09-17 20:14:43 +03:00
parent 08b346da7f
commit 259af14bb6

View File

@ -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;