Update llx_societe_rib.key.sql
fix key in table
This commit is contained in:
parent
a1e714f123
commit
2887ae3f00
@ -18,3 +18,5 @@
|
|||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_societe_rib ADD UNIQUE INDEX uk_societe_rib(label, fk_soc);
|
ALTER TABLE llx_societe_rib ADD UNIQUE INDEX uk_societe_rib(label, fk_soc);
|
||||||
|
|
||||||
|
ALTER TABLE llx_societe_rib ADD CONSTRAINT llx_societe_rib_fk_societe FOREIGN KEY (fk_soc) REFERENCES llx_societe(rowid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user