Skip to content

Commit

Permalink
Raised database version in web SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Dec 13, 2024
1 parent e0bc29c commit 6940e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/3_data_web.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ INSERT INTO web.user (username, password, active, email, group_id) VALUES (
(SELECT id FROM web.group WHERE name = 'admin'));

INSERT INTO web.settings (name, value) VALUES
('database_version', '8.8.0'),
('database_version', '8.9.0'),
('api_public', ''),
('default_language', 'en'),
('table_rows', '25'),
Expand Down

0 comments on commit 6940e5b

Please sign in to comment.