salix/db/versions/11009-tealRuscus/12-orderRowLotIndex.sql

3 lines
63 B
MySQL
Raw Normal View History

2025-02-26 11:02:01 +00:00
ALTER TABLE hedera.orderRow
2025-02-26 11:46:15 +00:00
ADD UNIQUE IF NOT EXISTS (lotFk);