You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(adr): ADR-0015 — correct the apply story (homegrown runner is net-new)
Honest correction after tracing migrate-ts: for Postgres/SQLite the CLI only
GENERATES timestamped append-only up.sql/down.sql — there is no apply runner and no
history/schema_migrations journal (only D1→wrangler and the test harness apply
today). So the zero-dep homegrown apply+history runner is net-new work the
consolidation must build, not "retained." Data migrations work at the file level
(append-only survives regen; schema diff doesn't fight hand-added DML) but
applied-for-you needs that runner (or an external one), and a data migration's down
is hand-authored. Added the runner to the pending realization list.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments