38 lines
2.3 KiB
SQL
38 lines
2.3 KiB
SQL
truncate `zt_config`;
|
|
INSERT INTO `zt_config` (`id`, `vision`, `owner`, `module`, `section`, `key`, `value`) VALUES
|
|
(1, 'rnd', 'system', 'custom', '', 'hourPoint', '0'),
|
|
(2, 'rnd', 'system', 'common', '', 'CRProduct', '1'),
|
|
(3, 'rnd', 'system', 'common', '', 'CRExecution', '1'),
|
|
(4, 'rnd', 'system', 'custom', '', 'URSR', '2'),
|
|
(9, 'rnd', 'system', 'common', 'global', 'mode', 'new'),
|
|
(6, 'rnd', 'system', 'project', '', 'unitList', 'CNY,USD'),
|
|
(7, 'rnd', 'system', 'project', '', 'defaultCurrency', 'CNY'),
|
|
(8, 'rnd', 'system', 'story', '', 'reviewRules', 'allpass'),
|
|
(10, 'rnd', 'system', 'common', 'global', 'version', '17.0.beta1'),
|
|
(11, 'rnd', 'system', 'common', 'global', 'sn', 'c8aa3269e181f2b9258ce96625de1497'),
|
|
(12, 'rnd', 'system', 'common', 'global', 'flow', 'full'),
|
|
(13, 'rnd', 'system', 'common', 'safe', 'mode', '1'),
|
|
(14, 'rnd', 'system', 'common', 'safe', 'changeWeak', '1'),
|
|
(15, 'rnd', 'system', 'common', 'global', 'cron', '1'),
|
|
(16, 'rnd', 'system', 'common', 'xuanxuan', 'turnon', '1'),
|
|
(17, 'rnd', 'system', 'common', 'xuanxuan', 'key', 'd3229cab1d072d31c505a027dbd3cd6e'),
|
|
(18, 'rnd', 'system', 'common', 'xuanxuan', 'chatPort', '11444'),
|
|
(19, 'rnd', 'system', 'common', 'xuanxuan', 'commonPort', '11443'),
|
|
(20, 'rnd', 'system', 'common', 'xuanxuan', 'ip', '0.0.0.0'),
|
|
(21, 'rnd', 'system', 'common', 'xuanxuan', 'uploadFileSize', '20'),
|
|
(22, 'rnd', 'system', 'common', 'xuanxuan', 'https', 'off'),
|
|
(23, 'rnd', 'system', 'cron', 'run', 'status', 'running'),
|
|
(24, 'rnd', 'system', 'common', 'global', 'latestVersionList', '[]'),
|
|
(25, 'rnd', 'admin', 'common', '', 'URSR', '2'),
|
|
(26, 'rnd', 'admin', 'common', '', 'programLink', 'program-browse'),
|
|
(27, 'rnd', 'admin', 'common', '', 'productLink', 'product-all'),
|
|
(28, 'rnd', 'admin', 'common', '', 'projectLink', 'project-browse'),
|
|
(29, 'rnd', 'admin', 'common', '', 'executionLink', 'execution-task'),
|
|
(30, 'rnd', 'admin', 'common', '', 'preferenceSetted', '1'),
|
|
(31, 'rnd', 'admin', 'my', 'common', 'blockInited', '1'),
|
|
(32, 'rnd', 'admin', 'my', 'block', 'initVersion', '2'),
|
|
(33, 'rnd', 'system', 'common', 'global', 'skipIntroduction', ',admin'),
|
|
(34, 'rnd', 'system', 'common', 'global', 'skipTutorial', ',admin'),
|
|
(35, 'rnd', 'system', 'common', 'global', 'skipYoungBlueTheme', ',admin'),
|
|
(36, 'rnd', 'system', 'common', 'global', ' scoreStatus', '1');
|