mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 22:12:26 +01:00 
			
		
		
		
	fixed reason2 column for deleted table
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -477,7 +477,7 @@ create table if not exists `deleted` ( | ||||
|   `reason1` varchar(128) not null, | ||||
|   `date1` int unsigned default 0, | ||||
|   `approver` varchar(128) default null, | ||||
|   `reason2` varchar(128) not null, | ||||
|   `reason2` varchar(128) default null, | ||||
|   `date2` int unsigned default 0, | ||||
|   `approved` tinyint(1) default 0, | ||||
|   `deleted` tinyint(1) default 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user