Skip to content

Dependency migrations fails #7

Description

@elcreator

INFO Running migrations.

2024_04_18_115416_add_block_column_to_s_galleries ................................................................................... 26.37ms FAIL
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'site-com.evo_s_galleries' doesn't exist (Connection: default, Host: 192.168.1.3, Port: 3306, Database: site-com, SQL: alter table evo_s_galleries add block varchar(64) not null default '1' after parent)

File: /home/site-com/evolution-3.5.4/core/vendor/illuminate/database/Connection.php
Line: 838
Source: Parser / SQLSTATE[42S02]: Base table or view not found: 1146 Table 'site-com.evo_s_galleries' doesn't exist (Connection: default, Host: 192.168.1.3, Port: 3306, Database: site-com, SQL: alter table evo_s_galleries add block varchar(64) not null default '1' after parent)

2025_10_16_000000_create_integration_tables ......................................................................................... 18.13ms FAIL
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'site-com.evo_s_workers' doesn't exist (Connection: default, Host: 192.168.1.3, Port: 3306, Database: site-com, SQL: insert into evo_s_workers (identifier, scope, class, active, position, hidden, updated_at, created_at) values (sProductsListingCache, sCommerce, Seiger\sCommerce\Integration\ProductsListingCache, 1, 0, 1, 2026-06-16 02:22:14, 2026-06-16 02:22:14))

File: /home/site-com/evolution-3.5.4/core/vendor/illuminate/database/Connection.php
Line: 838
Source: Parser / SQLSTATE[42S02]: Base table or view not found: 1146 Table 'site-com.evo_s_workers' doesn't exist (Connection: default, Host: 192.168.1.3, Port: 3306, Database: site-com, SQL: insert into evo_s_workers (identifier, scope, class, active, position, hidden, updated_at, created_at) values (sProductsListingCache, sCommerce, Seiger\sCommerce\Integration\ProductsListingCache, 1, 0, 1, 2026-06-16 02:22:14, 2026-06-16 02:22:14))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions