feat: refs #7382 Added unique key #2667

Merged
guillermo merged 4 commits from 7382-triggerInvoiceInTax into dev 2024-07-05 10:26:26 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d1ef1c80f8 - Show all commits

View File

@ -0,0 +1 @@
ALTER TABLE vn.invoiceInTax ADD CONSTRAINT invoiceInTax_unique UNIQUE KEY (invoiceInFk,expenseFk);