mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
Add ignore_missing parameter
This commit is contained in:
committed by
Ryan Leckey
parent
8950332ca3
commit
85ff651ba1
@@ -40,5 +40,5 @@ pub async fn reset(migration_source: &str, uri: &str, confirm: bool) -> anyhow::
|
||||
|
||||
pub async fn setup(migration_source: &str, uri: &str) -> anyhow::Result<()> {
|
||||
create(uri).await?;
|
||||
migrate::run(migration_source, uri, false).await
|
||||
migrate::run(migration_source, uri, false, false).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user