Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 3956544

Browse files
author
FredrikSchäferVitagroup
committed
SORMAS-Foundation#3927 fix version_number
1 parent 6076e35 commit 3956544

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
@@ -6232,6 +6232,6 @@ CREATE TABLE systemevent (
62326232

62336233
ALTER TABLE systemevent OWNER TO sormas_user;
62346234

6235-
INSERT INTO schema_version (version_number, comment) VALUES (303, 'Add system events #3927');
6235+
INSERT INTO schema_version (version_number, comment) VALUES (304, 'Add system events #3927');
62366236

62376237
-- *** Insert new sql commands BEFORE this line ***

0 commit comments

Comments
 (0)