Merge pull request #655 from sanmadjack/develop

Enabled rating extension for pgsql
This commit is contained in:
Shish
2019-06-05 15:14:54 +01:00
committed by GitHub

View File

@ -37,7 +37,7 @@ class RatingSetEvent extends Event
class Ratings extends Extension
{
protected $db_support = ['mysql']; // ?
protected $db_support = ['mysql','pgsql']; // ?
public function get_priority(): int
{