diff --git a/src/main/resources/db/migration/mysql/V56__extend_reboot_time.sql b/src/main/resources/db/migration/mysql/V56__extend_reboot_time.sql new file mode 100644 index 00000000..a88e8f9e --- /dev/null +++ b/src/main/resources/db/migration/mysql/V56__extend_reboot_time.sql @@ -0,0 +1 @@ +UPDATE `property` SET `property_value` = '2099-01-01 23:59:00.0' WHERE `property_key` LIKE 'reboot_%_time'; \ No newline at end of file diff --git a/src/main/resources/db/migration/sqlite/V56__extend_reboot_time.sql b/src/main/resources/db/migration/sqlite/V56__extend_reboot_time.sql new file mode 100644 index 00000000..a88e8f9e --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V56__extend_reboot_time.sql @@ -0,0 +1 @@ +UPDATE `property` SET `property_value` = '2099-01-01 23:59:00.0' WHERE `property_key` LIKE 'reboot_%_time'; \ No newline at end of file