-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from takeit/v4.2.2-current
CS-5368 - Restore of backup is brake on back-end or terminal
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
newscoop/install/sql/upgrade/4.2.x/2014.04.24/data-required.sql
100644 → 100755
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,2 +1,2 @@ | ||
INSERT INTO `Languages` (`Id`, `Name`, `CodePage`, `OrigName`, `Code`, `Month1`, `Month2`, `Month3`, `Month4`, `Month5`, `Month6`, `Month7`, `Month8`, `Month9`, `Month10`, `Month11`, `Month12`, `WDay1`, `WDay2`, `WDay3`, `WDay4`, `WDay5`, `WDay6`, `WDay7`, `ShortMonth1`, `ShortMonth2`, `ShortMonth3`, `ShortMonth4`, `ShortMonth5`, `ShortMonth6`, `ShortMonth7`, `ShortMonth8`, `ShortMonth9`, `ShortMonth10`, `ShortMonth11`, `ShortMonth12`, `ShortWDay1`, `ShortWDay2`, `ShortWDay3`, `ShortWDay4`, `ShortWDay5`, `ShortWDay6`, `ShortWDay7`) VALUES (38, 'Hungarian', 'ISO_8859-2', 'Magyar', 'hu', 'Január', 'Február', 'Március', 'Április', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December', 'Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat', 'Jan', 'Feb', 'Már', 'Ápr', 'Május', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec', 'Va', 'Hé', 'Ke', 'Sze', 'Cs', 'Pé', 'Szu'); | ||
INSERT INTO `Languages` (`Id`, `Name`, `CodePage`, `OrigName`, `Code`, `Month1`, `Month2`, `Month3`, `Month4`, `Month5`, `Month6`, `Month7`, `Month8`, `Month9`, `Month10`, `Month11`, `Month12`, `WDay1`, `WDay2`, `WDay3`, `WDay4`, `WDay5`, `WDay6`, `WDay7`, `ShortMonth1`, `ShortMonth2`, `ShortMonth3`, `ShortMonth4`, `ShortMonth5`, `ShortMonth6`, `ShortMonth7`, `ShortMonth8`, `ShortMonth9`, `ShortMonth10`, `ShortMonth11`, `ShortMonth12`, `ShortWDay1`, `ShortWDay2`, `ShortWDay3`, `ShortWDay4`, `ShortWDay5`, `ShortWDay6`, `ShortWDay7`) VALUES (39, 'Azerbaijani', 'ISO_8859-9', 'Azərbaycanca', 'az', 'Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'İyun', 'İyul', 'Avqust', 'Sentyabr', 'Oktyabr', 'Noyabr', 'Dekabr', 'Bazar günü', 'Bazar ërtësi', 'Çërşënbë axşamı', 'Çërşënbë günü', 'Cümë axşamı', 'Cümë günü', 'Şënbë', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); | ||
INSERT INTO `Languages` (`Id`, `Name`, `CodePage`, `OrigName`, `Code`, `Month1`, `Month2`, `Month3`, `Month4`, `Month5`, `Month6`, `Month7`, `Month8`, `Month9`, `Month10`, `Month11`, `Month12`, `WDay1`, `WDay2`, `WDay3`, `WDay4`, `WDay5`, `WDay6`, `WDay7`, `ShortMonth1`, `ShortMonth2`, `ShortMonth3`, `ShortMonth4`, `ShortMonth5`, `ShortMonth6`, `ShortMonth7`, `ShortMonth8`, `ShortMonth9`, `ShortMonth10`, `ShortMonth11`, `ShortMonth12`, `ShortWDay1`, `ShortWDay2`, `ShortWDay3`, `ShortWDay4`, `ShortWDay5`, `ShortWDay6`, `ShortWDay7`) VALUES (38, 'Hungarian', 'ISO_8859-2', 'Magyar', 'hu', 'Január', 'Február', 'Március', 'Április', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December', 'Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat', 'Jan', 'Feb', 'Már', 'Ápr', 'Május', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec', 'Va', 'Hé', 'Ke', 'Sze', 'Cs', 'Pé', 'Szu') ON DUPLICATE KEY UPDATE `Id` = VALUES(`Id`), `Name` = VALUES(`Name`), `CodePage` = VALUES(`CodePage`), `OrigName` = VALUES(`OrigName`), `Code` = VALUES(`Code`), `Month1` = VALUES(`Month1`), `Month2` = VALUES(`Month2`), `Month3` = VALUES(`Month3`), `Month4` = VALUES(`Month4`), `Month5` = VALUES(`Month5`), `Month6` = VALUES(`Month6`), `Month7` = VALUES(`Month7`), `Month8` = VALUES(`Month8`), `Month9` = VALUES(`Month9`), `Month10` = VALUES(`Month10`), `Month11` = VALUES(`Month11`), `Month12` = VALUES(`Month12`), `WDay1` = VALUES(`WDay1`), `WDay2` = VALUES(`WDay2`), `WDay3` = VALUES(`WDay3`), `WDay4` = VALUES(`WDay4`), `WDay5` = VALUES(`WDay5`), `WDay6` = VALUES(`WDay7`), `ShortMonth1` = VALUES(`ShortMonth1`), `ShortMonth2` = VALUES(`ShortMonth2`), `ShortMonth3` = VALUES(`ShortMonth3`), `ShortMonth4` = VALUES(`ShortMonth4`), `ShortMonth5` = VALUES(`ShortMonth5`), `ShortMonth6` = VALUES(`ShortMonth6`), `ShortMonth7` = VALUES(`ShortMonth7`), `ShortMonth8` = VALUES(`ShortMonth8`), `ShortMonth9` = VALUES(`ShortMonth9`), `ShortMonth10` = VALUES(`ShortMonth10`), `ShortMonth11` = VALUES(`ShortMonth11`), `ShortMonth12` = VALUES(`ShortMonth12`), `ShortWDay1` = VALUES(`ShortWDay1`), `ShortWDay2` = VALUES(`ShortWDay2`), `ShortWDay3` = VALUES(`ShortWDay3`), `ShortWDay4` = VALUES(`ShortWDay4`), `ShortWDay5` = VALUES(`ShortWDay5`), `ShortWDay6` = VALUES(`ShortWDay6`), `ShortWDay7` = VALUES(`ShortWDay7`); | ||
INSERT INTO `Languages` (`Id`, `Name`, `CodePage`, `OrigName`, `Code`, `Month1`, `Month2`, `Month3`, `Month4`, `Month5`, `Month6`, `Month7`, `Month8`, `Month9`, `Month10`, `Month11`, `Month12`, `WDay1`, `WDay2`, `WDay3`, `WDay4`, `WDay5`, `WDay6`, `WDay7`, `ShortMonth1`, `ShortMonth2`, `ShortMonth3`, `ShortMonth4`, `ShortMonth5`, `ShortMonth6`, `ShortMonth7`, `ShortMonth8`, `ShortMonth9`, `ShortMonth10`, `ShortMonth11`, `ShortMonth12`, `ShortWDay1`, `ShortWDay2`, `ShortWDay3`, `ShortWDay4`, `ShortWDay5`, `ShortWDay6`, `ShortWDay7`) VALUES (39, 'Azerbaijani', 'ISO_8859-9', 'Azərbaycanca', 'az', 'Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'İyun', 'İyul', 'Avqust', 'Sentyabr', 'Oktyabr', 'Noyabr', 'Dekabr', 'Bazar günü', 'Bazar ërtësi', 'Çërşënbë axşamı', 'Çërşënbë günü', 'Cümë axşamı', 'Cümë günü', 'Şënbë', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '') ON DUPLICATE KEY UPDATE `Id` = VALUES(`Id`), `Name` = VALUES(`Name`), `CodePage` = VALUES(`CodePage`), `OrigName` = VALUES(`OrigName`), `Code` = VALUES(`Code`), `Month1` = VALUES(`Month1`), `Month2` = VALUES(`Month2`), `Month3` = VALUES(`Month3`), `Month4` = VALUES(`Month4`), `Month5` = VALUES(`Month5`), `Month6` = VALUES(`Month6`), `Month7` = VALUES(`Month7`), `Month8` = VALUES(`Month8`), `Month9` = VALUES(`Month9`), `Month10` = VALUES(`Month10`), `Month11` = VALUES(`Month11`), `Month12` = VALUES(`Month12`), `WDay1` = VALUES(`WDay1`), `WDay2` = VALUES(`WDay2`), `WDay3` = VALUES(`WDay3`), `WDay4` = VALUES(`WDay4`), `WDay5` = VALUES(`WDay5`), `WDay6` = VALUES(`WDay7`), `ShortMonth1` = VALUES(`ShortMonth1`), `ShortMonth2` = VALUES(`ShortMonth2`), `ShortMonth3` = VALUES(`ShortMonth3`), `ShortMonth4` = VALUES(`ShortMonth4`), `ShortMonth5` = VALUES(`ShortMonth5`), `ShortMonth6` = VALUES(`ShortMonth6`), `ShortMonth7` = VALUES(`ShortMonth7`), `ShortMonth8` = VALUES(`ShortMonth8`), `ShortMonth9` = VALUES(`ShortMonth9`), `ShortMonth10` = VALUES(`ShortMonth10`), `ShortMonth11` = VALUES(`ShortMonth11`), `ShortMonth12` = VALUES(`ShortMonth12`), `ShortWDay1` = VALUES(`ShortWDay1`), `ShortWDay2` = VALUES(`ShortWDay2`), `ShortWDay3` = VALUES(`ShortWDay3`), `ShortWDay4` = VALUES(`ShortWDay4`), `ShortWDay5` = VALUES(`ShortWDay5`), `ShortWDay6` = VALUES(`ShortWDay6`), `ShortWDay7` = VALUES(`ShortWDay7`); |