Migrate missing id and timestamp columns to bigint
Open
Nobody has claimed this yet.
1. to develop
backend
technical debt
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
- cards
- id
- created_at
- last_modified
- stacks
- id
- last_modified
- boards
- id
- last_modified
- board_acl
- id
- assigned_labels
- id
- label_id
- card_id
- attachment
- id
- labels
- id
- assigned_users
- id
- card_id
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the schema definitions or migration entry points for cards, stacks, boards, board_acl, assigned_labels, attachment, labels, and assigned_users. Review the listed id, timestamp, label_id, and card_id columns, then verify that each has been migrated to bigint and that the migration completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100