Skip to content

Commit

Permalink
Update CLI migrate init template
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Mar 27, 2022
1 parent 0d47344 commit 2d5967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-cli/template/migration/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "migration"
path = "src/lib.rs"

[dependencies]
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }

0 comments on commit 2d5967d

Please sign in to comment.