Use schema dump only for phpunit test runs

This commit is contained in:
Constantin Graf
2024-06-30 19:42:10 +02:00
parent c036b77331
commit c0c678ac0d
2 changed files with 37 additions and 31 deletions

View File

@@ -102,6 +102,9 @@
"ide-helper": [
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
],
"refresh-schema-dump": [
"@php artisan schema:dump --database=\"pgsql_test\""
]
},
"extra": {