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

NO such table, cross checked with sqlite table and column exists #88

Open
Aniket-Filed opened this issue Jul 16, 2021 · 0 comments
Open

Comments

@Aniket-Filed
Copy link

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: celery_interval_schedule
[SQL: SELECT celery_interval_schedule.id AS celery_interval_schedule_id, celery_interval_schedule.every AS celery_interval_schedule_every, celery_interval_schedule.period AS celery_interval_schedule_period
FROM celery_interval_schedule
WHERE celery_interval_schedule.every = ? AND celery_interval_schedule.period = ?
LIMIT ? OFFSET ?]
[parameters: (10, 'seconds', 1, 0)]

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