Skip to content

Commit e6bbcd7

Browse files
xh3n1oliverklee
authored andcommitted
[CLEANUP] Remove dublicated table in schema (#299)
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent a08da21 commit e6bbcd7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

resources/Database/Schema.sql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -545,20 +545,6 @@ CREATE TABLE `phplist_user_user_history` (
545545
KEY `dateidx` (`date`)
546546
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
547547

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-
562548
DROP TABLE IF EXISTS `phplist_usermessage`;
563549
CREATE TABLE `phplist_usermessage` (
564550
`messageid` int(11) NOT NULL,

0 commit comments

Comments
 (0)