Skip to content
Snippets Groups Projects
Commit 777b9fe4 authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update 4.0.0-5.0.0.sql

parent 4a2b7e1b
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ ALTER TABLE llx_user DROP COLUMN phenix_pass;
ALTER TABLE llx_societe ADD COLUMN fk_account integer;
ALTER TABLE llx_commandedet ADD COLUMN fk_commandefourndet integer NOT NULL after import_key; -- link to detail line of commande fourn (resplenish)
ALTER TABLE llx_website ADD COLUMN virtualhost varchar(255) after fk_default_home;
ALTER TABLE llx_chargesociales ADD COLUMN fk_account integer after fk_type;
......
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