Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
einhverfr committed Jul 31, 2016
1 parent e02ce1a commit 08e7b12
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 08e7b12

Please sign in to comment.