Merge pull request #2662 from marcosgdf/fk_soc

Fixed problem with u.fk_soc in PR #2654
This commit is contained in:
Juanjo Menent 2015-04-18 22:52:29 +02:00
commit 065711df3b

View File

@ -536,4 +536,4 @@ CREATE TABLE IF NOT EXISTS llx_propal_merge_pdf_product (
-- Feature request: A page to merge two thirdparties into one #2613
ALTER TABLE llx_categorie_societe CHANGE COLUMN fk_societe fk_soc INTEGER NOT NULL;
ALTER TABLE llx_societe CHANGE COLUMN fk_societe fk_soc INTEGER NOT NULL;
ALTER TABLE llx_user CHANGE COLUMN fk_societe fk_soc INTEGER NOT NULL;