fix: refs #4409 lotFk unique
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Juan Ferrer 2025-02-26 12:46:15 +01:00
parent f9452c655a
commit c831f4ff3e
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
ALTER TABLE vn.sale
ADD INDEX IF NOT EXISTS (lotFk);
ADD UNIQUE IF NOT EXISTS (lotFk);

View File

@ -1,2 +1,2 @@
ALTER TABLE hedera.orderRow
ADD INDEX IF NOT EXISTS (lotFk);
ADD UNIQUE IF NOT EXISTS (lotFk);

View File

@ -1,2 +1,2 @@
ALTER TABLE vn.buy
ADD INDEX IF NOT EXISTS (lotFk);
ADD UNIQUE IF NOT EXISTS (lotFk);