Skip to content

Commit

Permalink
[Improve] upgrade ddl improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Oct 15, 2023
1 parent dfc72fa commit 5df899d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ set foreign_key_checks = 0;

-- reset t_menu
truncate table `t_menu`;

-- ----------------------------
-- reset t_menu
-- ----------------------------
insert into `t_menu` values (110000, 0, 'Apache Flink', '/flink', 'PageView', null, null, '0', 1, 1, now(), now());
insert into `t_menu` values (120000, 0, 'Apache Spark', '/spark', 'PageView', null, null, '0', 1, 2, now(), now());
insert into `t_menu` values (130000, 0, 'resource.menu', '/resource', 'PageView', null, 0, '0', 1, 3, now(), now());
Expand Down

0 comments on commit 5df899d

Please sign in to comment.