Skip to content

Commit

Permalink
Added a fix to the bug that the task modify_time changes with the cur…
Browse files Browse the repository at this point in the history
…rent time in the upgrate operation
  • Loading branch information
charonjiang committed Nov 26, 2023
1 parent 7e25f42 commit 2c51b7a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ alter table `t_flink_app`
add column `dependency` text collate utf8mb4_general_ci default null after `main_class`;

set foreign_key_checks = 1;

alter table `t_flink_app`
modify column `modify_time` datetime not null comment 'modify time';

0 comments on commit 2c51b7a

Please sign in to comment.