pub fn ensure_default(store: &Store) -> Result<(), TemplateError>Expand description
Idempotently insert the Default collection row at boot. Called by
FlowApp::new. Safe to call repeatedly: the upsert never downgrades
is_system once set.
pub fn ensure_default(store: &Store) -> Result<(), TemplateError>Idempotently insert the Default collection row at boot. Called by
FlowApp::new. Safe to call repeatedly: the upsert never downgrades
is_system once set.