nextcloud / nextcloud/deck

Migrate missing id and timestamp columns to bigint

Open
#2,968 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.