Closed TelMercher closed 2 years ago
@TelMercher
php artisan migrate
to ensure the DB is up to date?Ver. 8.4. Yes, i did. I have checked in migrations and the column is not there.
@TelMercher Please verify that this migration has run in you system: https://github.com/codestudiohq/laravel-totem/blob/8.0/database/migrations/2020_12_10_120000_alter_tasks_table_add_run_in_background_support.php
This has existed for over a year.
I have checked but that migration is not present. I don't understand what happened.
@TelMercher Sounds like the migration just needs to be run. If you run php artisan migrate
does it state that there are no migrations to run? If that migration doesn't exist in your migrations
table and it isn't running it sounds like there might be a problem with your setup.
vendor/
committed or is it created/installed on deployment?This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, when i try to save a task i have this error: Column not found: 1054 Unknown column 'run_in_background' in 'field list' (SQL: insert into
totem_tasks
[...])Did anyone have the same error?