Skip to content

Commit

Permalink
Merge pull request #1918 from einhverfr/1.4
Browse files Browse the repository at this point in the history
Fixes #1220
  • Loading branch information
einhverfr committed Jul 31, 2016
2 parents e02ce1a + 08e7b12 commit 5047a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/upgrade/1.3-1.4.sql
Expand Up @@ -482,7 +482,7 @@ SELECT
INSERT INTO exchangerate SELECT * FROM lsmb13.exchangerate;

INSERT INTO business_unit (id, class_id, control_code, description)
SELECT id, 1, id, description
SELECT id, 1, description, description
FROM lsmb13.department;

INSERT INTO business_unit
Expand Down

0 comments on commit 5047a5c

Please sign in to comment.