mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
wip
This commit is contained in:
parent
660100631e
commit
24f8e10c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
|
|||
|
||||
public function deleteDatabase(string $name): bool
|
||||
{
|
||||
return DB::statement("DROP DATABASE $name");
|
||||
return DB::statement("DROP DATABASE \"$name\"");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue