mode changes

This commit is contained in:
Dennis Eichhorn 2021-02-20 10:59:06 +01:00
parent 8f4e7743e3
commit ef6932bbf6
11 changed files with 2 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View File

3
Admin/Install/Comments.php Normal file → Executable file
View File

@ -42,7 +42,8 @@ class Comments
{ {
$builder = new Builder($dbPool->get('schema')); $builder = new Builder($dbPool->get('schema'));
$builder->alterTable('news') $builder->alterTable('news')
->addConstraint('news_comment_list', 'comment_list', 'comment_list_id'); ->addConstraint('news_comment_list', 'comment_list', 'comment_list_id')
->execute();
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php'); $mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
if ($mapper === false) { if ($mapper === false) {

0
Docs/Dev/en/SUMMARY.md Normal file
View File

0
Docs/Dev/en/structure.md Normal file
View File

0
Theme/Backend/Lang/de.lang.php Normal file → Executable file
View File

0
Theme/Backend/Lang/en.lang.php Normal file → Executable file
View File

0
Theme/Backend/news-draft.tpl.php Normal file → Executable file
View File

0
tests/Autoloader.php Normal file → Executable file
View File

0
tests/Bootstrap.php Normal file → Executable file
View File

0
tests/Models/NullNewsArticleTest.php Normal file → Executable file
View File

0
tests/phpunit_default.xml Normal file → Executable file
View File