Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
259af14bb66d2d2437d07bc20e2dfced93f69e5a
Authored by
Igor Kulikov
2020-09-17 20:14:43 +0300
1 parent
08b346da
Fix DAO tests
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dao/src/main/resources/sql/schema-types-hsql.sql
dao/src/main/resources/sql/schema-types-hsql.sql
View file @
259af14
...
...
@@ -15,6 +15,6 @@
15
15
--
16
16
17
17
DROP
TYPE
json
IF
EXISTS
;
18
-
CREATE
TYPE
json
AS
text
;
18
+
CREATE
TYPE
json
AS
varchar
;
19
19
DROP
TYPE
jsonb
IF
EXISTS
;
20
20
CREATE
TYPE
jsonb
AS
other
;
...
...