From 729944006e7950223f63058244ed1e05957a84e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek?= Date: Fri, 5 May 2017 07:41:52 +0200 Subject: [PATCH] Update schema.sql --- install/includes/schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/includes/schema.sql b/install/includes/schema.sql index 7527b342..ae76deac 100644 --- a/install/includes/schema.sql +++ b/install/includes/schema.sql @@ -1,7 +1,7 @@ CREATE TABLE `myaac_account_actions` ( `account_id` INT(11) NOT NULL, - `ip` INT(11) NOT NULL DEFAULT '', + `ip` INT(11) NOT NULL DEFAULT 0, `date` INT(11) NOT NULL DEFAULT 0, `action` VARCHAR(255) NOT NULL DEFAULT '', KEY (`account_id`) @@ -233,4 +233,4 @@ CREATE TABLE `myaac_visitors` `lastvisit` INT(11) NOT NULL DEFAULT 0, `page` VARCHAR(100) NOT NULL, UNIQUE (`ip`) -) ENGINE = MyISAM; \ No newline at end of file +) ENGINE = MyISAM;