hensei-api/app/blueprints/api/v1
Justin Edmund 91d4f170da Add migrations
This adds migrations and data migrations for the awakening update.

* A new `Awakenings` table now exists that stores all possible awakenings, with a column for object type.
* GridCharacter and GridWeapon now have `awakening_id` and `awakening_level` fields. Their `awakening` and `awakening_type` fields were removed.
* Weapons have a mapping table, `WeaponAwakenings`, as not all weapons can be awakened.
* Data migrations are included to migrate existing user data. They should be run automatically when the migration is run with `rails db:migrate:with_data`
2023-06-19 00:30:54 -07:00
..
api_blueprint.rb Create api_blueprint.rb 2022-12-21 01:20:13 -08:00
awakening_blueprint.rb Add migrations 2023-06-19 00:30:54 -07:00
character_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
conflict_blueprint.rb Refactor weapon conflicts into model validations 2023-01-02 21:24:53 -08:00
empty_blueprint.rb Update blueprint for availability endpoints 2022-12-22 18:12:34 -08:00
error_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
favorite_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
grid_character_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
grid_summon_blueprint.rb Add quick summons (#97) 2023-06-19 00:30:53 -07:00
grid_weapon_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
guidebook_blueprint.rb Add tables used for Siero's revival (#94) 2023-06-19 00:30:37 -07:00
job_accessory_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
job_blueprint.rb Re-implement latest PRs on a clean Git history (#86) 2023-03-17 05:03:50 -07:00
job_skill_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
party_blueprint.rb Support for Siero, raids rework and edit party rework (#96) 2023-06-19 00:30:53 -07:00
raid_blueprint.rb Support for Siero, raids rework and edit party rework (#96) 2023-06-19 00:30:53 -07:00
raid_group_blueprint.rb Support for Siero, raids rework and edit party rework (#96) 2023-06-19 00:30:53 -07:00
summon_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
update_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
user_blueprint.rb Add theme to user table and blueprint 2022-12-25 16:01:40 -08:00
weapon_blueprint.rb Add AX type to blueprint 2023-01-02 21:32:11 -08:00
weapon_key_blueprint.rb Re-implement latest PRs on a clean Git history (#86) 2023-03-17 05:03:50 -07:00