diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/schema_mysql.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 0d3ca2e71..27586c759 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -36,9 +36,9 @@ CREATE TABLE IF NOT EXISTS `abook` ( `abook_feed` tinyint(4) NOT NULL DEFAULT 0 , `abook_not_here` tinyint(4) NOT NULL DEFAULT 0 , `abook_profile` char(191) NOT NULL DEFAULT '', - `abook_incl` TEXT NOT NULL, - `abook_excl` TEXT NOT NULL, - `abook_instance` TEXT NOT NULL, + `abook_incl` text NOT NULL, + `abook_excl` text NOT NULL, + `abook_instance` text NOT NULL, PRIMARY KEY (`abook_id`), KEY `abook_account` (`abook_account`), KEY `abook_channel` (`abook_channel`), |