mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 06:29:45 +08:00
missed another prefix for tests
This commit is contained in:
parent
3ae113b897
commit
6839c9436f
|
@ -98,7 +98,7 @@ class Post extends AbstractModel
|
|||
$db = static::getConnectionResolver();
|
||||
$post->number = new Expression('('.$db
|
||||
->table('posts', 'pn')
|
||||
->whereRaw('pn.discussion_id = '.intval($post->discussion_id))
|
||||
->whereRaw($db->getTablePrefix().'pn.discussion_id = '.intval($post->discussion_id))
|
||||
->select($db->raw('max('.$db->getTablePrefix().'pn.number) + 1'))
|
||||
->toSql()
|
||||
.')');
|
||||
|
|
Loading…
Reference in New Issue
Block a user