Move the stack operations migration past the project items version

2bb4381276e1 · Devin AI · · parent db91a8581718

Move the stack operations migration past the project items version

Upstream landed a migration at 20260823072000 while this slice was in
flight; the stack operations migration now uses 20260823073000 so both
versions stay unique in the lineage.

Co-Authored-By: Christopher David <chris@openagents.com>
Co-Authored-By
Christopher David <chris@openagents.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified priv/migration_lineages/prior-2026-08-19.json
  • renamed priv/repo/migrations/20260823073000_create_stack_operations.exs

Diff

2 files changed, +2 -1

priv/migration_lineages/prior-2026-08-19.json modified +2 -1

@@ -248,7 +248,8 @@

248 248
    20260823060000,
249 249
    20260823070000,
250 250
    20260823071500,
251
    20260823072000
251
    20260823072000,
252
    20260823073000
252 253
  ],
253 254
  "required_tables": [
254 255
    "users",
priv/repo/migrations/20260823072000_create_stack_operations.exs → priv/repo/migrations/20260823073000_create_stack_operations.exs renamed

No content change.

This page updates live while a promote is in flight · changelog