/** * @fileoverview Tests for migration v17 — widen `trust_tier` CHECK to allow `'curated'` * @see SMI-4917: First-time-install bug fixes * * Coverage targets (from plan-review § Tests): * - H4: v13→v17 and v16→v17 fixture-DB upgrades reach v17 cleanly with FTS * triggers intact (the only safety net for a client-side migration). * - A `'curated'` row inserts successfully after v17. * - Idempotent re-run of v17 is a no-op. * - H1: the `skills` column set is byte-identical pre/post-v17. * - H3: a fixture DB carrying inbound-FK rows (skill_categories) keeps those * rows, with intact skill_id links, across the v17 skills-table recreate * (SMI-4919 — DROP TABLE fires ON DELETE CASCADE; backup/restore preserves). * - H2: fresh-install convergence — v1 base → migrations → v17, no double-apply. */ export {}; //# sourceMappingURL=migration-v17.test.d.ts.map