mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-16 08:28:42 +00:00
improve billing
This commit is contained in:
parent
ef6932bbf6
commit
543733b9fa
|
|
@ -42,7 +42,7 @@ 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', 'comments_list', 'comments_list_id')
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
|
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user