Remove bad data in sql
This commit is contained in:
parent
88ca2ab7e9
commit
2c2f776f3a
1 changed files with 0 additions and 14 deletions
|
@ -33,13 +33,6 @@ CREATE TABLE IF NOT EXISTS `ams_querycache` (
|
|||
`db` varchar(80) NOT NULL
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `ams_querycache`
|
||||
--
|
||||
|
||||
INSERT INTO `ams_querycache` (`SID`, `type`, `query`, `db`) VALUES
|
||||
(1, 'createUser', '["admin","WyId5UERpuB4U","localhost@localhost"]', 'shard');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
@ -298,13 +291,6 @@ CREATE TABLE IF NOT EXISTS `ticket_user` (
|
|||
`ExternId` int(10) unsigned NOT NULL
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `ticket_user`
|
||||
--
|
||||
|
||||
INSERT INTO `ticket_user` (`TUserId`, `Permission`, `ExternId`) VALUES
|
||||
(1, 3, 1);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue