mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-11 16:18:41 +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->alterTable('news')
|
||||
->addConstraint('news_comment_list', 'comment_list', 'comment_list_id')
|
||||
->addConstraint('news_comment_list', 'comments_list', 'comments_list_id')
|
||||
->execute();
|
||||
|
||||
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user