Skip to content

Commit

Permalink
Merge branch 'tickets/DM-40044'
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed Jul 15, 2023
2 parents 319ab35 + c53c71f commit 5e5c5d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/replica/schema/migrate-None-to-14.sql
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,4 @@ ENGINE = InnoDB
COMMENT = 'Metadata about database as a whole, key-value pairs' ;

-- Add record for schema version, migration script expects this record to exist
INSERT INTO `QMetadata` (`metakey`, `value`) VALUES ('version', '13');
INSERT INTO `QMetadata` (`metakey`, `value`) VALUES ('version', '14');

0 comments on commit 5e5c5d1

Please sign in to comment.