fix(sql): derive default on Builder

pull/83/head
Fabian-Lars 3 years ago committed by GitHub
parent 8bee9e4716
commit b72fcd1704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -301,6 +301,7 @@ async fn select(
} }
/// Tauri SQL plugin builder. /// Tauri SQL plugin builder.
#[derive(Default)]
pub struct Builder { pub struct Builder {
migrations: Option<HashMap<String, MigrationList>>, migrations: Option<HashMap<String, MigrationList>>,
} }

Loading…
Cancel
Save