docs icon indicating copy to clipboard operation
docs copied to clipboard

Issue with the "Laravel Database Migration" doc: sqlite laravel migrations

Open RyanPaiva56 opened this issue 1 year ago • 0 comments

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.

RyanPaiva56 avatar Oct 24 '24 21:10 RyanPaiva56