mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
add postgresql (#118)
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
|
||||
namespace App\SSH\Services\Database;
|
||||
|
||||
class Mariadb extends Mysql
|
||||
class Mariadb extends AbstractDatabase
|
||||
{
|
||||
//
|
||||
protected function getScriptsDir(): string
|
||||
{
|
||||
return 'mysql';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user