aboutsummaryrefslogtreecommitdiffstats
path: root/install/phpwebgallery_structure.sql
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-08 21:20:40 +0000
committervdigital <vdigital@piwigo.org>2007-02-08 21:20:40 +0000
commit1f53608976250806d9a37f93e386f53a84aedbbc (patch)
tree23a92181ac7ca7c2b4f657bba59adcd57221b69a /install/phpwebgallery_structure.sql
parenta62ab78e2a7060ea1c68c5fa837d0939789786b7 (diff)
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
Diffstat (limited to 'install/phpwebgallery_structure.sql')
-rw-r--r--install/phpwebgallery_structure.sql2
1 files changed, 0 insertions, 2 deletions
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`),