pub async fn ensure_defaults<C: ConnectionTrait>(
db: &C,
registry: &'static ConfigRegistry,
deprecated_keys: &'static [&'static str],
) -> Result<usize>Expand description
Ensures default rows exist and repairs metadata for existing system rows.