Fix examples

This commit is contained in:
Billy Chan 2024-08-09 23:31:41 +08:00
parent bf65bfd205
commit b0a7ceb4d1
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
4 changed files with 4 additions and 4 deletions

View File

@ -49,4 +49,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io] [patch.crates-io]
sea-orm = { path = "../../" } sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" } sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/SeaQL/sea-orm" } loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -56,4 +56,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io] [patch.crates-io]
sea-orm = { path = "../../" } sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" } sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/SeaQL/sea-orm" } loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -50,4 +50,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io] [patch.crates-io]
sea-orm = { path = "../../" } sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" } sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/SeaQL/sea-orm" } loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -56,4 +56,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io] [patch.crates-io]
sea-orm = { path = "../../../" } sea-orm = { path = "../../../" }
sea-orm-migration = { path = "../../../sea-orm-migration" } sea-orm-migration = { path = "../../../sea-orm-migration" }
loco-rs = { git = "https://github.com/SeaQL/sea-orm" } loco-rs = { git = "https://github.com/billy1624/loco" }