Skip to content

Commit

Permalink
Fix of forgotten db schema version change.
Browse files Browse the repository at this point in the history
  • Loading branch information
titov-vv committed Mar 31, 2024
1 parent b4df8a0 commit cab0740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jal/jal_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ END;


-- Initialize default values for settings
INSERT INTO settings(id, name, value) VALUES (0, 'SchemaVersion', 53);
INSERT INTO settings(id, name, value) VALUES (0, 'SchemaVersion', 54);
INSERT INTO settings(id, name, value) VALUES (1, 'TriggersEnabled', 1);
-- INSERT INTO settings(id, name, value) VALUES (2, 'BaseCurrency', 1); -- Deprecated and ID shouldn't be re-used
INSERT INTO settings(id, name, value) VALUES (3, 'Language', 1);
Expand Down

0 comments on commit cab0740

Please sign in to comment.