diff options
Diffstat (limited to 'install/phpwebgallery_structure.sql')
-rw-r--r-- | install/phpwebgallery_structure.sql | 2 |
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`), |