mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:24:03 +00:00
Delete the "utf8" specification in test comment
This commit is contained in:
parent
d41ac46340
commit
6b0ff48a86
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ test('newly created postgres databases use the correct charset', function (strin
|
|||
|
||||
$databaseName = $tenant->database()->getName();
|
||||
|
||||
// Postgres server's default charset (utf8)
|
||||
// Postgres server's default charset
|
||||
$serverCharset = DB::connection('pgsql')
|
||||
->selectOne("SELECT pg_encoding_to_char(encoding) AS encoding FROM pg_database WHERE datname = 'template1'")
|
||||
->encoding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue