import { VersionInfo } from '@start9labs/start-sdk' // v0.1.0:105 — TEMPORARY diagnostic. An admin-only contacts census (GET /api/admin/contacts-census + // a Settings → Admin "Run census" button) reports the A/B/C populations for the deferred // contacts <-> fundraising_contacts consolidation — counts only, no PII, mirrors // backend/scripts/contacts_census.sql. To be REMOVED in a later release once the numbers are // captured (everything is tagged TEMPORARY in code). No schema change. export const v_0_1_0_105 = VersionInfo.of({ version: '0.1.0:105', releaseNotes: { en_US: 'Temporary admin contacts-census diagnostic (counts only) for the upcoming contacts/grid consolidation; no schema change.', }, migrations: { up: async () => {}, down: async () => {} }, })