From 1f53608976250806d9a37f93e386f53a84aedbbc Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 8 Feb 2007 21:20:40 +0000 Subject: Web Service: - Delete high and normal in #ws_access table - start date is kept. w0p0 template: Minor change git-svn-id: http://piwigo.org/svn/trunk@1791 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/phpwebgallery_structure.sql | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/phpwebgallery_structure.sql') diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 9e9ecb76a..52c671eba 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -431,8 +431,6 @@ CREATE TABLE `phpwebgallery_ws_access` ( `start` datetime default NULL, `end` datetime default NULL, `request` varchar(255) default NULL, - `high` enum('true','false') NOT NULL default 'true', - `normal` enum('true','false') NOT NULL default 'true', `limit` smallint(5) unsigned default NULL, `comment` varchar(255) default NULL, PRIMARY KEY (`id`), -- cgit v1.2.3