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

fix(invoice): Add missing unique index on invoice organization_sequential ids #1543

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

vincent-pochet
Copy link
Collaborator

Context

Invoice table is missing the index to ensure that organization_sequential_id is unique in the scope of the organization_id

Description

This PR is adding the index

@vincent-pochet vincent-pochet added Invoice Related to Invoices 🐞 Bug Something isn't working labels Dec 14, 2023
@vincent-pochet vincent-pochet self-assigned this Dec 14, 2023
@vincent-pochet vincent-pochet force-pushed the fix-invoice-unique-sequential-organization-id branch 2 times, most recently from 526c5ee to 8badf85 Compare December 14, 2023 15:06
@vincent-pochet vincent-pochet force-pushed the fix-invoice-unique-sequential-organization-id branch from 8badf85 to 30503ee Compare December 15, 2023 14:31
@vincent-pochet vincent-pochet merged commit 472d315 into main Dec 15, 2023
6 checks passed
@vincent-pochet vincent-pochet deleted the fix-invoice-unique-sequential-organization-id branch December 15, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working Invoice Related to Invoices
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants