Merge pull request #13549 from oscim/patch-34

Update llx_societe_rib.key.sql
This commit is contained in:
Laurent Destailleur 2020-04-10 11:11:13 +02:00 committed by GitHub
commit 8567001a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,5 @@
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);