Skip to content

Commit

Permalink
refactor(migrations): change name of module
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 15, 2024
1 parent 4f724a3 commit 09dc542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/migrations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mod m20241124_changes_for_issue_1118;
mod m20241126_changes_for_issue_1113;
mod m20241129_changes_for_issue_1114;
mod m20241214_create_user_notification;
mod m20241215_changes_for_issue_1130;
mod m20241215_changes_for_issue_1131;

pub use m20230410_create_metadata::Metadata as AliasedMetadata;
pub use m20230413_create_person::Person as AliasedPerson;
Expand Down Expand Up @@ -128,7 +128,7 @@ impl MigratorTrait for Migrator {
Box::new(m20241129_changes_for_issue_1114::Migration),
Box::new(m20241126_changes_for_issue_1113::Migration),
Box::new(m20241214_create_user_notification::Migration),
Box::new(m20241215_changes_for_issue_1130::Migration),
Box::new(m20241215_changes_for_issue_1131::Migration),
]
}
}

0 comments on commit 09dc542

Please sign in to comment.