File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -545,20 +545,6 @@ CREATE TABLE `phplist_user_user_history` (
545
545
KEY ` dateidx` (` date` )
546
546
) ENGINE= InnoDB AUTO_INCREMENT= 3 DEFAULT CHARSET= utf8;
547
547
548
- DROP TABLE IF EXISTS ` phplist_user_user_history` ;
549
- CREATE TABLE `phplist_user_user_history ` (
550
- ` id` int (11 ) NOT NULL AUTO_INCREMENT,
551
- ` userid` int (11 ) NOT NULL ,
552
- ` ip` varchar (255 ) DEFAULT NULL ,
553
- ` date` datetime DEFAULT NULL ,
554
- ` summary` varchar (255 ) DEFAULT NULL ,
555
- ` detail` text ,
556
- ` systeminfo` text ,
557
- PRIMARY KEY (` id` ),
558
- KEY ` userididx` (` userid` ),
559
- KEY ` dateidx` (` date` )
560
- ) ENGINE= InnoDB AUTO_INCREMENT= 3 DEFAULT CHARSET= utf8;
561
-
562
548
DROP TABLE IF EXISTS ` phplist_usermessage` ;
563
549
CREATE TABLE `phplist_usermessage ` (
564
550
` messageid` int (11 ) NOT NULL ,
You can’t perform that action at this time.
0 commit comments