Skip to content

v9.0.0-RC26

Compare
Choose a tag to compare
@jjrom jjrom released this 23 Oct 12:29
· 100 commits to master since this release
da109ab

[IMPORTANT] You should remove these two indices from the database

  • DROP INDEX IF EXISTS resto.idx_id_collection;
  • DROP INDEX IF EXISTS resto.idx_uname_group;

What's Changed

  • Remove collection unique normalization index by @jjrom in #463

Full Changelog: v9.0.0-RC25...v9.0.0-RC26