Skip to content

chore: add user address id type migration file#270

Open
pikonha wants to merge 1 commit into
devfrom
fix/missing-migration-file
Open

chore: add user address id type migration file#270
pikonha wants to merge 1 commit into
devfrom
fix/missing-migration-file

Conversation

@pikonha

@pikonha pikonha commented Jul 17, 2026

Copy link
Copy Markdown
Member

Note

Low Risk
No schema changes at runtime; only restores a stub migration file for Knex bookkeeping.

Overview
Restores 20250805_fix_user_addresses_id_type.ts, which was removed from the repo while production still has it listed in knex_migrations. Without the file, Knex treats the migration folder as corrupt and blocks all migrations.

The restored migration uses no-op up/down handlers: production already applied the real UUID conversion, and 20250715000000_create_user_addresses_table now creates user_addresses.id as varchar(36) for new databases, so there is nothing left to run.

Reviewed by Cursor Bugbot for commit 8925680. Configure here.

@pikonha pikonha self-assigned this Jul 17, 2026
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flow-editor Ready Ready Preview, Comment Jul 17, 2026 3:01pm
notification-system-dashboard Ready Ready Preview, Comment Jul 17, 2026 3:01pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant