diff options
Diffstat (limited to 'ratatoeskr/setup')
-rw-r--r-- | ratatoeskr/setup/create_tables.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |