Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor capital fund category from enum to check constraint #391

Open
6 tasks done
TangoYankee opened this issue Nov 13, 2024 · 0 comments · May be fixed by #394
Open
6 tasks done

Refactor capital fund category from enum to check constraint #391

TangoYankee opened this issue Nov 13, 2024 · 0 comments · May be fixed by #394
Assignees

Comments

@TangoYankee
Copy link
Member

TangoYankee commented Nov 13, 2024

Acceptance criteria

  • Remove the captial_fund_category enum
  • Change the type of the capitalFundCategory field of the capital_project_fund table from an enum to text
  • Add the check contraint to the capitalFundCategory field of the capital_project_fund table
  • Change the type of the category field of the capital_commitment_fund table from an enum to text
  • Add the check contraint to the type of the category field of the capital_commitment_fund table
  • Regenerate the migration

Related

Depends on: #386

@TangoYankee TangoYankee changed the title Move capital fund category from enum to check constraint Refactor capital fund category from enum to check constraint Nov 13, 2024
horatiorosa added a commit that referenced this issue Nov 26, 2024
 - in capital-project-fund
 - in capital-commitment-fund

Closes #391
@horatiorosa horatiorosa linked a pull request Nov 26, 2024 that will close this issue
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 a pull request may close this issue.

2 participants