mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
The activation module described itself as a temporary compatibility bridge but bypassed the structure the migrations strategy prescribes: no dated migrations/ file, no src/migrations.rs registry entry, no REMOVAL_DEADLINE, and no removal_deadline log field. The strategy doc's removal checklist (grep REMOVAL_DEADLINE, explicit registry ordering) would never have surfaced it, letting the bridge silently outlive its window as a second, parallel migration mechanism in serve.rs. The module now lives at migrations/2026082301_sqlite_blob_activation.rs, is registered and re-exported through src/migrations.rs like the two existing server migrations, carries a REMOVAL_DEADLINE eligibility floor (removal still requires the evidence and explicit approval in the module docs), and logs removal_deadline on every activation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||