From 7e04592b5c86352425906bb754c38a8fbea53b09 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 18 Feb 2012 01:34:25 +0100 Subject: Incompatible plugins will now get disabled. --- ratatoeskr/setup/create_tables.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/setup/create_tables.php') diff --git a/ratatoeskr/setup/create_tables.php b/ratatoeskr/setup/create_tables.php index 1c9e67b..819970a 100644 --- a/ratatoeskr/setup/create_tables.php +++ b/ratatoeskr/setup/create_tables.php @@ -80,6 +80,7 @@ CREATE TABLE IF NOT EXISTS `PREFIX_plugins` ( `installed` tinyint(4) NOT NULL, `added` bigint(20) NOT NULL, `update` tinyint(4) NOT NULL, + `api` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- cgit v1.2.3-54-g00ecf