mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Remove serde default for db accessibility
This commit is contained in:
@@ -546,7 +546,6 @@ pub struct Database {
|
||||
pub activate_high_availability: bool,
|
||||
#[serde(default)] // => false if not present in input
|
||||
pub activate_backups: bool,
|
||||
#[serde(default)] // => false if not present in input
|
||||
pub publicly_accessible: bool,
|
||||
pub mode: DatabaseMode,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user