Closed geoff-maddock closed 3 years ago
Re-initialize migrations for the 1.0 release and create a process to re-sync them until that release happens.
If I need to change something before 1.0, re-run the above.
There is a "squash migrations" feature in laravel 8. https://laravel.com/docs/8.x/migrations
Relates tp #377
https://laravel.com/docs/8.x/migrations#generating-migrations
php artisan schema:dump // Dump the current database schema and prune all existing migrations... php artisan schema:dump --prune
Re-initialize migrations for the 1.0 release and create a process to re-sync them until that release happens.
If I need to change something before 1.0, re-run the above.
There is a "squash migrations" feature in laravel 8. https://laravel.com/docs/8.x/migrations
Relates tp #377