..
2020091309001_enable_pgcrypto_extension.rb
Use pgcrypto for uuids
2020-09-16 03:20:27 -07:00
20200913091950_create_users.rb
Update migrations
2020-09-25 10:42:12 -07:00
20200913091956_create_weapons.rb
Make granblue_id a string
2020-10-19 04:01:15 -07:00
20200913092001_create_parties.rb
Update parties table
2020-09-16 03:23:27 -07:00
20200913092024_create_grid_weapons.rb
Update grid weapon table
2020-09-16 03:26:22 -07:00
20200913092045_create_weapon_keys.rb
Use pgcrypto for uuids
2020-09-16 03:20:27 -07:00
20200923205642_create_doorkeeper_tables.rb
Update migrations
2020-09-25 10:42:12 -07:00
20201017013942_create_summons.rb
Make granblue_id a string
2020-10-19 04:01:15 -07:00
20201017013949_create_grid_summons.rb
Add Summon and GridSummons model and controllers
2020-10-18 22:24:28 -07:00
20201019103216_create_characters.rb
Make granblue_id a string
2020-10-19 04:01:15 -07:00
20201019103224_create_grid_characters.rb
Add migrations and seed data for Characters
2020-10-19 03:48:22 -07:00
20220112182647_add_extra_to_party.rb
Update schemas for game updates
2022-01-25 16:54:29 -08:00
20220112182710_add_extra_to_weapons.rb
Update schemas for game updates
2022-01-25 16:54:29 -08:00
20220115054302_add_subaura_to_summons.rb
Update schemas for game updates
2022-01-25 16:54:29 -08:00
20220115060945_add_limits_to_weapons.rb
Update schemas for game updates
2022-01-25 16:54:29 -08:00
20220115062109_add_limits_to_summons.rb
Update schemas for game updates
2022-01-25 16:54:29 -08:00
20220128183524_add_default_to_lb_on_weapons.rb
Latest database additions
2022-01-28 21:22:45 -08:00
20220128183534_add_ax_to_weapons.rb
Latest database additions
2022-01-28 21:22:45 -08:00
20220202005218_add_special_to_characters.rb
Add special field for non-standard story SR characters
2022-02-01 17:08:46 -08:00
20220204092257_add_ulb_to_characters.rb
Add ULB to Characters
2022-02-04 01:26:00 -08:00
20220204093125_remove_max_level_from_characters.rb
Removed max_level
2022-02-04 02:10:39 -08:00
20220223213142_add_uuid_to_grid_character.rb
GridCharacter wasn't using UUID keys for some reason
2022-02-23 13:49:09 -08:00
20220223213548_change_grid_character_id_to_uuid.rb
GridCharacter wasn't using UUID keys for some reason
2022-02-23 13:49:09 -08:00
20220224015505_add_details_to_party.rb
Add new fields to parties table and raids table
2022-02-23 18:00:12 -08:00
20220224024415_add_group_to_raids.rb
Add group to raids
2022-02-23 19:04:12 -08:00
20220224044930_fix_raid_association_on_parties.rb
Add element to raids for sorting and fix raid id
2022-02-26 15:59:33 -08:00
20220225014523_add_element_to_raids.rb
Add element to raids for sorting and fix raid id
2022-02-26 15:59:33 -08:00
20220227042147_add_element_to_parties.rb
Begrudgingly adding an element field to parties
2022-02-26 20:44:16 -08:00
20220228014758_create_favorites.rb
Add migration to create Favorites table
2022-02-27 19:03:21 -08:00
20220301232911_change_weapon_series_to_number.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302050159_remove_timestamps_from_weapon_keys.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302050213_add_sub_type_to_weapon_keys.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302054003_add_weapon_key3_to_grid_weapons.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302054011_add_ax_to_grid_weapons.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302054021_add_element_to_grid_weapons.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302061525_add_perpetuity_to_grid_characters.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220302071015_rename_type_and_sub_type_in_weapon_keys.rb
Add cols for supporting Granblue weapon mechanics
2022-03-01 23:19:28 -08:00
20220303092208_add_order_to_weapon_keys.rb
Add order to WeaponKey
2022-03-03 01:31:04 -08:00
20220304091218_add_fields_to_user.rb
Add new fields to user object
2022-03-04 01:17:04 -08:00
20220304091854_add_default_values_to_user.rb
Update field nullable and default value
2022-03-04 01:33:39 -08:00
20220304092134_add_not_nullable_to_user.rb
Update field nullable and default value
2022-03-04 01:33:39 -08:00
20220304115434_add_element_to_user.rb
Add element to user
2022-03-04 03:56:20 -08:00
20220306131942_add_slug_to_raids.rb
Add slug to raids table
2022-03-06 05:50:51 -08:00
20220308101922_add_gin_index_to_weapons.rb
Add GIN indexes to canonical object tables
2022-03-08 17:43:27 -08:00
20220309013333_add_gin_index_to_summons_and_characters.rb
Add GIN indexes to canonical object tables
2022-03-08 17:43:27 -08:00
20220315005952_add_weapons_count_to_parties.rb
Add counter cache for number of weapons in a party
2022-03-14 18:20:12 -07:00
20220315011802_populate_party_weapons_count.rb
Add counter cache for number of weapons in a party
2022-03-14 18:20:12 -07:00
20220322080142_create_classes.rb
Add class and master level support to db
2022-03-22 02:29:54 -07:00
20220322084824_add_class_and_ml_to_party.rb
Add class and master level support to db
2022-03-22 02:29:54 -07:00
20220322085948_add_foreign_key_relations_to_parties.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322090752_add_foreign_key_relations_to_favorites.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322090832_add_foreign_key_relations_to_objects.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322091731_add_default_perpetuity_to_grid_characters.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322092102_add_defaults_to_characters.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322092252_add_defaults_to_weapons.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322092821_add_defaults_to_summons.rb
Completely unrelated cleanup migrations
2022-03-22 02:30:05 -07:00
20220322095311_change_classes_to_jobs.rb
Rename classes to jobs because reserved words
2022-03-22 02:55:56 -07:00
20220322095436_rename_class_id_to_job_id.rb
Rename classes to jobs because reserved words
2022-03-22 02:55:56 -07:00
20220322103920_add_order_to_jobs.rb
Add order to jobs
2022-03-22 03:40:52 -07:00
20220410190152_add_gender_to_user.rb
Add gender to user database
2022-04-10 13:25:57 -07:00
20221117070255_add_character_id_to_characters.rb
Add character_id field to character table
2022-11-17 02:26:15 -08:00
20221120055510_add_job_skills_table.rb
Add job skills table
2022-11-27 14:12:16 -08:00
20221120065331_remove_null_constraint_from_job_skills.rb
Add job skills table
2022-11-27 14:12:16 -08:00
20221120075133_add_order_to_job_skills.rb
Add job skills table
2022-11-27 14:12:16 -08:00
20221120135403_add_base_and_group_to_job_skills.rb
Add job skills table
2022-11-27 14:12:16 -08:00
20221120145204_remove_group_from_job_skills.rb
Add job skills table
2022-11-27 14:12:16 -08:00
20221130155225_add_job_skills_to_party.rb
Add job skills to database
2022-12-01 04:46:24 -08:00
20221201123645_add_skill0_to_party.rb
Add job skills to database
2022-12-01 04:46:24 -08:00
20221203112452_add_base_job_to_jobs.rb
Add base_job so we can track base skills
2022-12-03 11:43:27 -08:00
20221221083115_add_awakening_to_grid_weapons.rb
Add awakening to weapons and characters
2022-12-21 00:41:54 -08:00
20221221083126_add_awakening_to_grid_characters.rb
Add awakening to weapons and characters
2022-12-21 00:41:54 -08:00
20221221084556_add_awakening_to_weapons.rb
Add awakening boolean to canonical weapons
2022-12-21 00:48:18 -08:00
20221224065845_add_slug_to_weapon_keys.rb
Add slug to weapon key table
2022-12-23 23:31:34 -08:00
20221225235726_add_theme_to_user.rb
Add theme to user table and blueprint
2022-12-25 16:01:40 -08:00
20221226000952_set_default_value_to_theme.rb
Add default value to theme in user table
2022-12-25 16:11:51 -08:00
20221226054501_set_defaults_on_weapons.rb
Add default values to Weapon level and skill level
2022-12-25 21:46:27 -08:00
20230102154816_change_limit_to_boolean.rb
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
20230102161702_remove_limit_from_weapons.rb
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
20230102161738_rename_limit2_on_weapon.rb
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
20230102161820_remove_limit_from_summons.rb
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
20230102161941_rename_limit2_on_summons.rb
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
20230102233405_rename_ax_to_ax_type_on_weapons.rb
Change AX on Weapons to boolean
2023-01-02 15:57:29 -08:00
20230102233457_add_boolean_ax_to_weapons.rb
Change AX on Weapons to boolean
2023-01-02 15:57:29 -08:00
20230102233727_change_ax_ax_type_properties.rb
Change AX on Weapons to boolean
2023-01-02 15:57:29 -08:00
20230102234217_add_xlb_to_summons.rb
Add XLB (Transcendence) to Summons
2023-01-02 15:57:48 -08:00
20230102234252_set_defaults_on_summons.rb
Set defaults on summons
2023-01-02 15:58:12 -08:00
20230102234524_add_transcendence_step_to_grid_characters.rb
Add transcendence_step to GridWeapons and GridSummons
2023-01-02 15:58:40 -08:00
20230102234632_add_transcendence_step_to_grid_summons.rb
Add transcendence_step to GridWeapons and GridSummons
2023-01-02 15:58:40 -08:00
20230102235042_add_rings_earrings_to_grid_characters.rb
Add more character mod fields
2023-01-02 15:58:57 -08:00
20230103111523_add_new_party_details.rb
Add new party details to database
2023-01-03 03:19:15 -08:00
20230103150807_update_turn_count_default.rb
Update default value for turn count to 1
2023-01-03 08:05:16 -08:00
20230103175004_update_nullable_on_party_details.rb
Update properties of new fields again
2023-01-03 18:06:57 -08:00
20230103180458_change_default_value_on_charge_attack.rb
Update properties of new fields again
2023-01-03 18:06:57 -08:00
20230106023753_change_awakening_type_default_value.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230107121520_change_mastery_columns_to_jsonb.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230107150547_change_awakening_columns_to_jsonb.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230107153724_make_mastery_columns_not_nullable.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230108150956_add_source_party_to_parties.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230123035602_add_max_hpatkxlb_to_summon.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230123055508_add_granblue_id_to_jobs.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230124000252_create_job_accessories.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230124013326_add_accessory_type_to_job_accessories.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230124100823_add_accessory_id_to_party.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230126030358_add_updates_table.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230126040207_add_version_to_app_updates.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230128091710_add_character_and_summon_counts_to_party.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230130114432_add_accessory_and_type_to_jobs.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230131082521_add_edit_key_to_parties.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230131084343_add_local_id_to_parties.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
20230315095656_add_granblue_id_to_weapon_keys.rb
Re-implement latest PRs on a clean Git history ( #86 )
2023-03-17 05:03:50 -07:00
20230315103026_add_ultimate_mastery.rb
Re-implement latest PRs on a clean Git history ( #86 )
2023-03-17 05:03:50 -07:00
20230315103037_rename_ml_to_master_level.rb
Re-implement latest PRs on a clean Git history ( #86 )
2023-03-17 05:03:50 -07:00
20230321115930_add_default_to_counter_cache_on_parties.rb
Implements advanced filters ( #90 ) ( #91 )
2023-04-09 19:40:41 -07:00