Merge pull request #12197 from openthink-laurent/add-index-fk-origin-line-column-llx-expeditiondet-table
Add index on fk_origin_line column of llx_expeditiondet table
This commit is contained in:
commit
fc0d7d2694
@ -19,4 +19,5 @@
|
||||
|
||||
|
||||
ALTER TABLE llx_expeditiondet ADD INDEX idx_expeditiondet_fk_expedition (fk_expedition);
|
||||
ALTER TABLE llx_expeditiondet ADD INDEX idx_expeditiondet_fk_origin_line (fk_origin_line);
|
||||
ALTER TABLE llx_expeditiondet ADD CONSTRAINT fk_expeditiondet_fk_expedition FOREIGN KEY (fk_expedition) REFERENCES llx_expedition (rowid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user