Skip to content

Commit

Permalink
refactor: update upgrade.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Mar 24, 2023
1 parent 2a405c8 commit eef67c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/upgrade/upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ alter table `alert_subscribe` add webhooks text;
alter table `alert_subscribe` add redefine_webhooks tinyint(1) default 0;
alter table `alert_subscribe` add for_duration bigint not null default 0;

alter table `target` add datasource_id bigint unsigned not null default 0;
alter table `target` add offset bigint not null default 0;
alter table `target` modify cluster varchar(128) not null default '';

alter table `recording_rule` add datasource_ids varchar(255) default '';

alter table `alert_cur_event` add datasource_id bigint unsigned not null default 0;
Expand Down

0 comments on commit eef67c9

Please sign in to comment.