Skip to content

fix(backend): new migration to create search indexes

Hannes Heine requested to merge migration-search-indexes into master

Created by: ulfgebhardt

🍰 Pullrequest

new migration to create search indexes. This reduces the role of the db:migrate init functionality and sets the fulltext search indexes reliable. Furthermore the index creating is now aligned with the group index.

This migration is special in the form that the indexes are dropped in case they already exist.

Issues

  • None

Todo

  • None

Merge request reports