Browse Source

Fix DAO tests

pull/3488/head
Igor Kulikov 5 years ago
parent
commit
259af14bb6
  1. 2
      dao/src/main/resources/sql/schema-types-hsql.sql

2
dao/src/main/resources/sql/schema-types-hsql.sql

@ -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…
Cancel
Save