mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 13:52:26 +01:00 
			
		
		
		
	step 1 to improve delete feature
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -470,3 +470,13 @@ create table if not exists `timestamp` ( | ||||
|   primary key (`id`) | ||||
| ) Engine=InnoDB; | ||||
|  | ||||
|  | ||||
| create table if not exists `deleted` ( | ||||
|   `id` bigint unsigned not null auto_increment, | ||||
|   `email` varchar(128) not null, | ||||
|   `reason` varchar(128) not null, | ||||
|   `date1` int unsigned not null, | ||||
|   `date2` int unsigned not null, | ||||
|   `deleted` tinyint(1) default 0, | ||||
|   primary key (`id`) | ||||
| ) Engine=InnoDB; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user