Corrige ejecución de "migrations" al desinst. mód.
This commit is contained in:
parent
a09f3aba7b
commit
842dd5234b
22 changed files with 644 additions and 71 deletions
|
|
@ -22,6 +22,7 @@ categories = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
concat-string = "1.0.1"
|
||||
doc-comment = "0.3.3"
|
||||
figlet-rs = "0.1.3"
|
||||
|
|
@ -57,14 +58,13 @@ version = "0.9.1"
|
|||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.9.1"
|
||||
[dependencies.sea-schema]
|
||||
version = "0.9.3"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
database = ["sea-orm", "sea-orm-migration"]
|
||||
database = ["sea-orm", "sea-schema"]
|
||||
mysql = ["database", "sea-orm/sqlx-mysql"]
|
||||
postgres = ["database", "sea-orm/sqlx-postgres"]
|
||||
sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue