Skip to content

Commit

Permalink
Remove warning about schema dumps and in-memory SQLite databases.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman authored and pcarlo-is committed Feb 6, 2024
1 parent 8dacb4c commit 7d30236
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 7d30236

Please sign in to comment.