fix exceptions in register.php

This commit is contained in:
2020-03-05 16:25:18 +01:00
parent 5118ab3cbf
commit 885d997ff3
2 changed files with 9 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ CREATE TABLE `messages`
`sender_user_id` INT(11) NOT NULL,
`timestamp_real` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ack` BIT NOT NULL DEFAULT 0,
`ack` TINYINT(1) NOT NULL DEFAULT 0,
`title` VARCHAR(256) NOT NULL,
`content` VARCHAR(12288) NULL,