Skip to content

Commit

Permalink
fix(migrate): rename notification migrate script (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPickleZZ committed Jan 10, 2024
1 parent 5ccad6a commit 50ac538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
* @date 2024/1/8
*/
@Slf4j
@Migratable(version = "4.2.4.2", description = "Built-in notification policy metadata migrate",
@Migratable(version = "4.2.4.3", description = "Built-in notification policy metadata migrate",
repeatable = true, ignoreChecksum = true)
public class R4242NotificationPolicyMetaMigrate implements JdbcMigratable {
public class R4243NotificationPolicyMetaMigrate implements JdbcMigratable {
private static final String MIGRATE_CONFIG_FILE = "init-config/init/notification-policy-metadata.yaml";

@Override
Expand Down

0 comments on commit 50ac538

Please sign in to comment.