Skip to content

chore(api): adjust migration timestamp metadata for a1b2c3d4e5f6#36910

Merged
QuantumGhost merged 1 commit into
langgenius:mainfrom
QuantumGhost:codex/fix-a1b2c3d4e5f6-migration-timestamp
Jun 2, 2026
Merged

chore(api): adjust migration timestamp metadata for a1b2c3d4e5f6#36910
QuantumGhost merged 1 commit into
langgenius:mainfrom
QuantumGhost:codex/fix-a1b2c3d4e5f6-migration-timestamp

Conversation

@QuantumGhost
Copy link
Copy Markdown
Contributor

@QuantumGhost QuantumGhost commented Jun 2, 2026

AI disclosure: This PR was primarily drafted with Codex using GPT-5.4. I have reviewed and edited the final diff, and I am responsible for the content.

Closes #36909.

Summary

  • rename migration a1b2c3d4e5f6 to use the UTC timestamp prefix 2026_06_01_0610
  • update the Alembic header Create Date to 2026-06-01 06:10:00.000000

Why

The revision is chained after 7885bd53f9a9 (2026-05-27 09:53 UTC), but its filename and header still used an earlier timestamp from 2026-04-11. That made the migration history inconsistent with the actual merge time and harder to inspect chronologically.

The source PR was merged at 2026-06-01 14:10 +08:00, which is 2026-06-01 06:10 UTC, so the migration metadata should use that UTC time.

Impact

This is a metadata-only fix. It does not change the revision id, down_revision, or schema behavior.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Pyrefly Type Coverage

Metric Base PR Delta
Type coverage 45.98% 45.98% 0.00%
Strict coverage 45.49% 45.49% 0.00%
Typed symbols 24,871 24,871 0
Untyped symbols 29,534 29,534 0
Modules 2770 2770 0

@QuantumGhost QuantumGhost changed the title [codex] fix migration timestamp metadata for a1b2c3d4e5f6 chore(api): adjust migration timestamp metadata for a1b2c3d4e5f6 Jun 2, 2026
@QuantumGhost QuantumGhost marked this pull request as ready for review June 2, 2026 02:03
@QuantumGhost QuantumGhost requested a review from a team June 2, 2026 02:03
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 2, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jun 2, 2026
Copy link
Copy Markdown
Contributor

@MRZHUH MRZHUH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QuantumGhost QuantumGhost added this pull request to the merge queue Jun 2, 2026
Merged via the queue into langgenius:main with commit 8d401d8 Jun 2, 2026
33 of 34 checks passed
@QuantumGhost QuantumGhost deleted the codex/fix-a1b2c3d4e5f6-migration-timestamp branch June 2, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix timestamp metadata mismatch for migration a1b2c3d4e5f6

4 participants