Skip to content

Commit e9c67ad

Browse files
Merge pull request #275 from overture-stack/feature/revert-postgres-info-type
fix(Revert): changed back to json type instead of jsonb
2 parents 1d7a142 + 9243191 commit e9c67ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

song-server/src/main/resources/schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ DROP TABLE IF EXISTS Info;
162162
CREATE TABLE Info (
163163
id VARCHAR(36),
164164
id_type id_type,
165-
info jsonb
165+
info json
166166
);
167167

168168

0 commit comments

Comments
 (0)