Skip to content

Commit

Permalink
Merge pull request #683 from takeit/v4.2.2-current
Browse files Browse the repository at this point in the history
CS-5368 - Restore of backup is brake on back-end or terminal
  • Loading branch information
Paweł Mikołajczuk committed May 12, 2014
2 parents 0ea8c6f + cb1cb2e commit b2b5640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newscoop/install/sql/upgrade/4.2.x/2014.04.24/data-required.sql
100644 → 100755
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', '', 'Ke', 'Sze', 'Cs', '', '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`);

0 comments on commit b2b5640

Please sign in to comment.