Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite. "no such table: canvas_posts" when cloning project #1444

Open
PttRulez opened this issue Jan 21, 2025 · 0 comments
Open

Sqlite. "no such table: canvas_posts" when cloning project #1444

PttRulez opened this issue Jan 21, 2025 · 0 comments

Comments

@PttRulez
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant