Skip to content

Removed index from table.sql so patch_95_96_f.sql can be applied.

Marek Szuba requested to merge mn1/remove_index_to_make_patch_work into master

Created by: mn1

Description

patch_95_96_f.sql tries to create an index that already exists in the table.sql.

This PR removes the index from the table.sql so the patch can be applied without errors.

Changelog

No endpoints are changed.

Merge request reports