Update llx_societe_rib.key.sql

fix key in table
This commit is contained in:
oscim 2020-04-10 08:54:39 +02:00 committed by GitHub
parent a1e714f123
commit 2887ae3f00
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);