We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f29a9 + 4e20eee commit 1044d5fCopy full SHA for 1044d5f
tests/Feature/PgSQL/PgSQLTestCase.php
@@ -51,7 +51,7 @@ protected function tearDown(): void
51
protected function dumpSchemaAs(string $destination): void
52
{
53
$command = sprintf(
54
- 'PGPASSWORD="%s" pg_dump -h %s -p %s -U %s %s -f %s --schema-only',
+ 'PGPASSWORD="%s" pg_dump -h %s -p %s -U %s %s -f %s --schema-only --restrict-key=public',
55
config('database.connections.pgsql.password'),
56
config('database.connections.pgsql.host'),
57
config('database.connections.pgsql.port'),
0 commit comments