pub async fn get_or_create_default_registrar(
conn: &mut PgConnection,
) -> ModelResult<Uuid>Expand description
Registrar for the seeds’ legacy pull-flow completion registrations, created on first use.
Matched by name, so a reseed reuses the same row instead of piling up registrars.