docs
docs copied to clipboard
Issue with the "Laravel Database Migration" doc: sqlite laravel migrations
I found an issue with this document.
Title: Laravel Database Migration Location: https://fly.io/docs/laravel/database-guides/laravel-db-migrations/ Source: https://github.com/superfly/docs/blob/main/laravel/database-guides/laravel-db-migrations.html.markerb
Describe the issue
These directions don't work with sqlite even though the directions say it will. The deploy scripts don't have access to volumes, and the direction for sqlite have you set up a volume. The migration command wont work here. What's the best way to handle this? Would be great to see it added to the guide.