fix: refs #4409 lotFk index
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
fcaa008241
commit
f9452c655a
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE vn.sale
|
||||||
|
ADD INDEX IF NOT EXISTS (lotFk);
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE hedera.orderRow
|
||||||
|
ADD INDEX IF NOT EXISTS (lotFk);
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE vn.buy
|
||||||
|
ADD INDEX IF NOT EXISTS (lotFk);
|
Loading…
Reference in New Issue