Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 26, 2024
1 parent 36d552a commit 04aeb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/updateDb.v5.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ON DUPLICATE KEY UPDATE
`extension_from` = VALUES(`extension_from`),
`order` = VALUES(`order`);

UPDATE configurations_encoder SET version = '5.1', modified = now() WHERE id = 1;
UPDATE configurations_encoder SET version = '5.2', modified = now() WHERE id = 1;

0 comments on commit 04aeb95

Please sign in to comment.