You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[HY000]: General error: 1 no such table: canvas_posts (Connection: sqlite, SQL: select * from "canvas_posts" where "published_at" <= 2025-01-21 06:21:19 and "canvas_posts"."deleted_at" is null limit 6)
Hey guys. Have just cloned my project from git and tried to deploy it. I'm using sqlite. I just created db fil touch database/database.sqlite but when i run either composer install or php artisan migrate I get the error above. I don't understand why select operation is called in db during 'composer install` - which doesn't make sense to me. Just php dependencies should be installed. But selecting during migrations also doesn't make sense since it should just create tables
The text was updated successfully, but these errors were encountered:
Hey guys. Have just cloned my project from git and tried to deploy it. I'm using sqlite. I just created db fil
touch database/database.sqlite
but when i run eithercomposer install
orphp artisan migrate
I get the error above. I don't understand why select operation is called in db during 'composer install` - which doesn't make sense to me. Just php dependencies should be installed. But selecting during migrations also doesn't make sense since it should just create tablesThe text was updated successfully, but these errors were encountered: