Removal fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-04 08:09:21 +02:00
parent 8e89ecca56
commit 8e920260a8
8 changed files with 119 additions and 25 deletions

View File

@ -479,8 +479,7 @@ create table if not exists `deleted` (
`approver` varchar(128) default null,
`reason2` varchar(128) default null,
`date2` int unsigned default 0,
`approved` tinyint(1) default 0,
`deleted` tinyint(1) default 0,
`deleted` tinyint(1) default -1,
key (`id`),
key (deleted)
) Engine=InnoDB;