hensei-api/db/migrate
2022-12-25 16:01:40 -08:00
..
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