Skip to content
Snippets Groups Projects
Commit b4f3e9d5 authored by Florian Henry's avatar Florian Henry
Browse files

fix table name in migration script

parent a0658177
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ ALTER TABLE llx_opensurvey_user_studs ADD INDEX idx_id_sondage (id_sondage);
ALTER TABLE llx_boxes ADD COLUMN params varchar(255);
UPDATE llx_extrafield SET elementtype='socpeople' WHERE elementtype='contact';
UPDATE llx_extrafield SET elementtype='actioncomm' WHERE elementtype='action';
UPDATE llx_extrafield SET elementtype='adherent' WHERE elementtype='member';
UPDATE llx_extrafield SET elementtype='societe' WHERE elementtype='company';
UPDATE llx_extrafields SET elementtype='socpeople' WHERE elementtype='contact';
UPDATE llx_extrafields SET elementtype='actioncomm' WHERE elementtype='action';
UPDATE llx_extrafields SET elementtype='adherent' WHERE elementtype='member';
UPDATE llx_extrafields SET elementtype='societe' WHERE elementtype='company';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment