Skip to content

Commit

Permalink
[bugfix] notice rules api access 409 error when upgrade 1.6.0 (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nctllnty authored Jun 17, 2024
1 parent 393bb95 commit 55c48d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
# UPDATE hzb_status_page_history SET unknowing = `unknown` WHERE `unknown` IS NOT NULL AND unknowing IS NULL;
# ALTER TABLE hzb_status_page_history DROP COLUMN `unknown`;
# commit;
#
# ALTER TABLE `hertzbeat`.`hzb_notice_rule` MODIFY COLUMN `receiver_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL AFTER `receiver_id`;
# commit;

0 comments on commit 55c48d1

Please sign in to comment.