remove drop table sql

This commit is contained in:
Ulric Qin 2022-07-06 16:08:24 +08:00
parent 1304a4630b
commit c193b8abd4
1 changed files with 0 additions and 5 deletions

View File

@ -344,11 +344,6 @@ CREATE TABLE `metric_view` (
insert into metric_view(name, cate, configs) values('Host View', 0, '{"filters":[{"oper":"=","label":"__name__","value":"cpu_usage_idle"}],"dynamicLabels":[],"dimensionLabels":[{"label":"ident","value":""}]}');
-- ----------------------------
-- Table structure for recording_rule
-- ----------------------------
DROP TABLE IF EXISTS `recording_rule`;
CREATE TABLE `recording_rule` (
`id` bigint unsigned not null auto_increment,
`group_id` bigint not null default '0' comment 'group_id',