Update sql
This commit is contained in:
@ -14,8 +14,8 @@ INSERT INTO country VALUES
|
||||
('PT', 'PRT', 620, 'Portugal', FALSE);
|
||||
|
||||
INSERT INTO currency VALUES
|
||||
('EUR', 'Euro', '€', 10000),
|
||||
('ATS', 'Schilling', 'S', 137603),
|
||||
('EUR', 'Euro', '€', 1000000),
|
||||
('ATS', 'Schilling', 'S', 13760300),
|
||||
('XXP', 'Punkte', 'Pkt.', NULL);
|
||||
|
||||
INSERT INTO AT_bundesland VALUES
|
||||
|
Reference in New Issue
Block a user