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
INFO Running migrations.
2025_01_22_013047_2025_01_22_add_verification_setting_to_gocardless 2.62ms FAIL
In Connection.php line 825:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'job_batches
' already exists (Connection: mysql, SQL: create table `job_batches` (`id`
varchar(191) not null, `name` varchar(191) not null, `total_jobs` int not n
ull, `pending_jobs` int not null, `failed_jobs` int not null, `failed_job_i
ds` longtext not null, `options` mediumtext null, `cancelled_at` int null,
`created_at` int not null, `finished_at` int null, primary key (`id`)) defa
ult character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = InnoDB)
In Connection.php line 571:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'job_batches
' already exists
Image Version 5.11.28-d works without problems.
Best regards,
Daniel
The text was updated successfully, but these errors were encountered:
Hello,
I get following error during the startup:
Image Version 5.11.28-d works without problems.
Best regards,
Daniel
The text was updated successfully, but these errors were encountered: