From 0ef09aea78f1fd407525720150397cf9d743eb3c Mon Sep 17 00:00:00 2001 From: Shadow Date: Wed, 5 Mar 2014 07:37:59 +0200 Subject: [PATCH] Update sql.sql --- install/data/sql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/data/sql.sql b/install/data/sql.sql index fa024e2d..7363e48d 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -1500,7 +1500,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` ( `friend18wait` int(11) unsigned NOT NULL, `friend19wait` int(11) unsigned NOT NULL, `maxevasion` mediumint(3) unsigned NOT NULL, - `village_select` bigint(20) unsigned NULL, + `village_select` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;