Skip to content

Commit f058638

Browse files
Cmdvkderme
authored andcommitted
regenerate migration file to remove jsonb datatype
1 parent 09919ac commit f058638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/migration-2-0041-20240521.sql renamed to schema/migration-2-0044-20240607.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DECLARE
55
next_version int ;
66
BEGIN
77
SELECT stage_two + 1 INTO next_version FROM schema_version ;
8-
IF next_version = 41 THEN
8+
IF next_version = 44 THEN
99
EXECUTE 'ALTER TABLE "tx_metadata" ALTER COLUMN "json" TYPE VARCHAR' ;
1010
EXECUTE 'ALTER TABLE "script" ALTER COLUMN "json" TYPE VARCHAR' ;
1111
EXECUTE 'ALTER TABLE "datum" ALTER COLUMN "value" TYPE VARCHAR' ;

0 commit comments

Comments
 (0)