-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf6cdd4
commit 1b5dd41
Showing
7 changed files
with
86,173 additions
and
86,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (49518, 'AF', 'Africa', 'Африка'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (1546102, 'AN', 'Antarctica', 'Антарктика'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (69543, 'AS', 'Asia', 'Азия'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (145952, 'EU', 'Europe', 'Европа'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (3373408, 'NA', 'North America', 'Северная Америка'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (1559582, 'OC', 'Oceania', 'Океания'); | ||
INSERT INTO `amotormag.loc`.geo_continent (fgi_id, code, name, name_ru) VALUES (3377408, 'SA', 'South America', 'Южная Америка'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (49518, 'AF', 'Africa', 'Африка'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (1546102, 'AN', 'Antarctica', 'Антарктика'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (69543, 'AS', 'Asia', 'Азия'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (145952, 'EU', 'Europe', 'Европа'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (3373408, 'NA', 'North America', 'Северная Америка'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (1559582, 'OC', 'Oceania', 'Океания'); | ||
INSERT INTO geo_continent (fgi_id, code, name, name_ru) VALUES (3377408, 'SA', 'South America', 'Южная Америка'); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters