diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
commit | 6696b6fca647cb1fe1ce74e8127090aa61482cab (patch) | |
tree | 75c2028bfcc4d098edf4679aa5dcefcdd45da00f /schema/mysql/upgrades/1.1.1.sql | |
parent | Adding debian version 1.1.1-2. (diff) | |
download | icingadb-6696b6fca647cb1fe1ce74e8127090aa61482cab.tar.xz icingadb-6696b6fca647cb1fe1ce74e8127090aa61482cab.zip |
Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'schema/mysql/upgrades/1.1.1.sql')
-rw-r--r-- | schema/mysql/upgrades/1.1.1.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/mysql/upgrades/1.1.1.sql b/schema/mysql/upgrades/1.1.1.sql index 264ecae..b0d5b69 100644 --- a/schema/mysql/upgrades/1.1.1.sql +++ b/schema/mysql/upgrades/1.1.1.sql @@ -34,4 +34,4 @@ ALTER TABLE history UNLOCK TABLES; INSERT INTO icingadb_schema (version, timestamp) - VALUES (4, CURRENT_TIMESTAMP() * 1000); + VALUES (4, UNIX_TIMESTAMP() * 1000); |