Make sql schema files consistent

This commit is contained in:
Yonas Habteab 2023-09-14 17:37:30 +02:00 committed by Johannes Meyer
parent 26cae8b882
commit 864a78302f
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ CREATE TABLE `icingaweb_rememberme`(
CREATE TABLE icingaweb_schema (
id int unsigned NOT NULL AUTO_INCREMENT,
version varchar(64) NOT NULL,
timestamp bigint NOT NULL,
timestamp bigint unsigned NOT NULL,
success enum('n', 'y') DEFAULT NULL,
reason text DEFAULT NULL,