X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=config%2Fdb%2Fdiogenes.sql;h=70c6571b80d8f13e00a1350762cc654b8fa5edad;hb=16e8fac27cb4f25e8fcfcb30358d5486b4d8f809;hp=dad6e884093f477775ab0e07b0e6e84f55f2fbb3;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/config/db/diogenes.sql b/config/db/diogenes.sql index dad6e88..70c6571 100644 --- a/config/db/diogenes.sql +++ b/config/db/diogenes.sql @@ -115,6 +115,7 @@ CREATE TABLE `diogenes_plugin` ( `page` int(10) unsigned NOT NULL default '0', `pos` int(10) unsigned NOT NULL default '0', `params` text NOT NULL, + `status` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`plugin`,`barrel`,`page`), KEY `pos` (`pos`) ) TYPE=MyISAM;