mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Remove bad data in sql
This commit is contained in:
parent
5053969491
commit
bd812fc723
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
|
`db` varchar(80) NOT NULL
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
|
) 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
|
`ExternId` int(10) unsigned NOT NULL
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
|
) 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