Skip to content

Commit

Permalink
Remove warning about schema dumps and in-memory SQLite databases. (#9312
Browse files Browse the repository at this point in the history
)
  • Loading branch information
patrickcarlohickman committed Feb 8, 2024
1 parent c05c67d commit 96594e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.md
Expand Up @@ -71,7 +71,7 @@ php artisan schema:dump --database=testing --prune
You should commit your database schema file to source control so that other new developers on your team may quickly create your application's initial database structure.

> [!WARNING]
> Migration squashing is only available for the MySQL, PostgreSQL, and SQLite databases and utilizes the database's command-line client. Schema dumps may not be restored to in-memory SQLite databases.
> Migration squashing is only available for the MySQL, PostgreSQL, and SQLite databases and utilizes the database's command-line client.
<a name="migration-structure"></a>
## Migration Structure
Expand Down

0 comments on commit 96594e4

Please sign in to comment.