Skip to content

Commit 12d268a

Browse files
committed
[#13296] - Bumped version in sormas_schema.sql
In sormas_schema.sql, the system configuration sqls were with wrong version.
1 parent dd7cf26 commit 12d268a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-backend/src/main/resources/sql/sormas_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13934,6 +13934,6 @@ ALTER TABLE systemconfigurationvalue_history OWNER TO sormas_user;
1393413934

1393513935
INSERT INTO userroles_userrights (userrole_id, userright) SELECT id, 'SYSTEM_CONFIGURATION' FROM public.userroles WHERE userroles.linkeddefaultuserrole in ('ADMIN');
1393613936

13937-
INSERT INTO schema_version (version_number, comment) VALUES (561, 'Create system config structures #13269');
13937+
INSERT INTO schema_version (version_number, comment) VALUES (564, 'Create system config structures #13269');
1393813938

1393913939
-- *** Insert new sql commands BEFORE this line. Remember to always consider _history tables. ***

0 commit comments

Comments
 (0)