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
commit fad31ed38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{