Skip to content

Commit

Permalink
fix: injection points
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 28, 2024
1 parent 7bb5e4c commit e391a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starters/saas/migration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ impl MigratorTrait for Migrator {
fn migrations() -> Vec<Box<dyn MigrationTrait>> {
vec![
// inject-below
Box::new(m20220101_000001_users::Migration)]
Box::new(m20220101_000001_users::Migration),
]
}
}

0 comments on commit e391a78

Please sign in to comment.