From a81bac0f15907d81da4e9fea978840b9a10210c8 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 31 Oct 2006 02:41:32 +0000 Subject: plugins go now in the #plugins table git-svn-id: http://piwigo.org/svn/trunk@1584 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/phpwebgallery_structure.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'install/phpwebgallery_structure.sql') diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 6e3fbd8f9..4a764117d 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -178,6 +178,18 @@ CREATE TABLE `phpwebgallery_images` ( KEY `images_i1` (`storage_category_id`) ) TYPE=MyISAM; +-- +-- Table structure for table `phpwebgallery_plugins` +-- + +DROP TABLE IF EXISTS `phpwebgallery_plugins`; +CREATE TABLE `phpwebgallery_plugins` ( + `id` varchar(64) binary NOT NULL default '', + `state` enum('inactive','active') NOT NULL default 'inactive', + `version` varchar(64) NOT NULL default '0', + PRIMARY KEY (`id`) +) TYPE=MyISAM; + -- -- Table structure for table `phpwebgallery_rate` -- -- cgit v1.2.3