mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
adjust salaries to the Euro
This commit is contained in:
parent
b77aee90d7
commit
6798bd4d5f
@ -290,11 +290,11 @@ INSERT INTO job
|
||||
|
||||
INSERT INTO job
|
||||
(job_code, job_grade, job_country, job_title, min_salary, max_salary) VALUES
|
||||
('SRep', 4, 'Italy', 'Sales Representative', 33600000, 168000000) /* Euro */;
|
||||
('SRep', 4, 'Italy', 'Sales Representative', 20000, 100000) /* Euro */;
|
||||
|
||||
INSERT INTO job
|
||||
(job_code, job_grade, job_country, job_title, min_salary, max_salary) VALUES
|
||||
('SRep', 4, 'France', 'Sales Representative', 118200, 591000) /* Euro */;
|
||||
('SRep', 4, 'France', 'Sales Representative', 20000, 100000) /* Euro */;
|
||||
|
||||
|
||||
COMMIT;
|
||||
|
Loading…
Reference in New Issue
Block a user