hensei-api/db/migrate
Justin Edmund 39a0d33bee
July 2023 Feature Release: Tagging objects (#118)
* Remove ap call

* Fix remix render method

* Downcase username on db end

There was a bug where users with capital letters in their name could not access their profiles after we tried to make things case insensitive.

* Remove ap call and unused code

* Add granblue.team to cors

This works now!

* Implement all-entity search to support tagging objects (#117)

* Add table for multisearch

* Add new route for searching all entities

* Make models multisearchable

We're going to start with Character, Summon, Weapon and Jobs

* Add method to Search controller

This will search with trigram first, and then if there aren't enough results, search with prefixed text search

* Add support for Japanese all-entity search
2023-07-05 21:51:36 -07:00
..
20230618051638_init_schema.rb (Hotfix) Fix stale migrations (#107) 2023-06-21 00:35:31 -07:00
20230619000621_squasher_clean.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619003446_add_awakenings_table.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619003480_create_weapon_awakenings_table.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619003502_add_max_awakening_level_to_weapons.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619005403_add_order_to_awakenings.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619013722_rename_type_to_object_type_in_awakenings.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619013850_remove_awakening_from_weapon.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619015030_add_new_awakening_type_to_grid_weapons.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619020744_remove_awakening_type_from_grid_weapon.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619043556_add_new_awakening_id_to_grid_characters.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230619045651_remove_awakening_from_grid_characters.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
20230621073125_re_add_quick_summon_and_auto_summon_to_grid_summons_and_parties.rb (Hotfix) Fix stale migrations (#107) 2023-06-21 00:35:31 -07:00
20230702035508_add_remix_flag_to_parties.rb Deploy July Quality Update (#114) 2023-07-04 00:40:06 -07:00
20230705065015_create_pg_search_documents.rb July 2023 Feature Release: Tagging objects (#118) 2023-07-05 21:51:36 -07:00