mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
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
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user