Skip to content

Commit

Permalink
Update upgrade SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jun 10, 2022
1 parent 1f25c5d commit b760ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade/7.4.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BEGIN;
UPDATE web.settings SET value = '7.4.0' WHERE name = 'database_version';

-- #1574 Dates with hours and minutes
INSERT INTO web.settings (name, value) VALUES ('modul_time', '');
INSERT INTO web.settings (name, value) VALUES ('module_time', '');

-- #1620: Natural events
INSERT INTO model.openatlas_class (name, cidoc_class_code, alias_allowed, reference_system_allowed, new_types_allowed, write_access_group_name, layout_color, layout_icon, standard_type_id) VALUES
Expand Down

0 comments on commit b760ffb

Please sign in to comment.