Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: DDL for search_backend_data is redundant #18626

@brusch

Description

@brusch

Improvement description

Actually the CREATE TABLE for search_backend_data is included here in the core:

CREATE TABLE `search_backend_data` (

But it's also in the SimpleBackendSearchBundle where it should be:

CREATE TABLE IF NOT EXISTS `search_backend_data` (

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions