Skip to content

Force the re-creation of the index table when we make migration.

Matthieu Gautier requested to merge force_index_table_creation into master

The structure of the index table may change and the migrate command should handle those changes.

As the index table is not managed, we cannot detect those changes and we must recreate the table all the time to be sure we've got the last structure version.

Merge request reports