31e05179e2
Add granblue_id to WeaponKeys ( #77 )
...
* Small Rails 7 configuration changes (#72 )
* Remove log call
* Show EMP skills for Row 5 classes
Row 4 EMP skills were not showing up, so you couldn't set Rage IV on Viking, for example
* Allow adding EMP skills from prior rows to team
We let you search but didn't fix the server-side validation check for skills
* Add `granblue_id` column to WeaponKeys table
This should have a `NOT NULL` constraint, but due to existing data it is nullable until we can update all environments with values.
* Add granblue_id to WeaponKeyBlueprint
* Migrate database
2023-03-16 08:35:28 -07:00
9247e38353
Regenerate credentials
2023-02-05 00:07:32 -08:00
6e837e5d18
Add endpoints for getting info about canonical items
2023-01-31 21:48:00 -08:00
cce33ebf08
Add local_id to Party object
...
We can't save in the user_id column because it is an association, but that's okay
2023-01-31 00:54:17 -08:00
c4ae38a432
Add edit key to Parties table
2023-01-31 00:28:58 -08:00
c0bc62acc2
Add job accessory boolean and type to output
...
This whole commit from before seems to have disappeared
2023-01-30 04:08:45 -08:00
50c9dbe7b3
Make migration more robust
2023-01-30 03:48:12 -08:00
8d68a97ab1
Add missing migration
2023-01-30 03:45:09 -08:00
c336aef449
Remove accessory fields from JobBlueprint
2023-01-28 04:19:53 -08:00
6c084610ad
Fix counter caches
2023-01-28 01:19:46 -08:00
8bd78d7764
Add version field
2023-01-25 20:03:00 -08:00
c70290d6d5
Add primary key to migration
2023-01-25 19:30:06 -08:00
7911374c1e
Add updates table
2023-01-25 19:12:29 -08:00
7d142ada54
Add accessory_id to Party and enable saving
...
Saves without validation right now
2023-01-24 02:11:54 -08:00
0ff7e7a8dd
Add JobAccessory model and add type to schema
...
We need type because we don't want to hardcode job ids in scripts
2023-01-23 20:52:06 -08:00
7de4bb6863
Add job accessories table
2023-01-23 17:03:41 -08:00
cbfe7ce2da
Attempt to fix staging by updating gems
2023-01-23 00:42:55 -08:00
fcbf97fe0a
Recreate schema.rb
2023-01-23 00:00:38 -08:00
99578d33ee
Merge branch 'staging' into job-icons
2023-01-22 23:15:31 -08:00
ee7085f65e
Merge branch 'staging' into summon-renewal
2023-01-22 23:12:57 -08:00
67146e3ab3
Add Granblue ID instead of slug
2023-01-22 21:59:43 -08:00
54948e4435
Add slug to Jobs table
2023-01-22 21:56:08 -08:00
65d8024476
Add XLB stat fields
2023-01-22 19:57:49 -08:00
c2576973bb
Add source party column to parties
2023-01-08 21:50:30 -08:00
a2fff663d6
More database updates for mastery cols
...
* Awakening should be jsonb
* All mastery columns are not nullable
2023-01-07 07:49:28 -08:00
7404bcbac9
Change mastery columns to use jsonb
...
5 columns better than 10
2023-01-07 05:33:16 -08:00
6cf9c8d2ae
Create 20230106023753_change_awakening_type_default_value.rb
2023-01-06 01:29:09 -08:00
d505b35861
Update properties of new fields again
2023-01-03 18:06:57 -08:00
09973142e2
Update default value for turn count to 1
2023-01-03 08:05:16 -08:00
6cd75f8f16
Add new party details to database
2023-01-03 03:19:15 -08:00
a36605bce7
Update schema.rb
2023-01-03 02:37:32 -08:00
e1eb0d037b
Remove some data migrations
2023-01-02 22:18:52 -08:00
5404618b2f
Update 20230102160350_migrate_limit_to_boolean.rb
2023-01-02 22:13:36 -08:00
cb810b3fd5
Update 20230102160350_migrate_limit_to_boolean.rb
2023-01-02 22:12:05 -08:00
c92756b81f
Merge pull request #34 from jedmund/controller-refactor
...
Refactor GridWeaponsController and models for validation
2023-01-02 21:56:48 -08:00
626ead7dfa
Update 20230102160350_migrate_limit_to_boolean.rb
2023-01-02 21:52:24 -08:00
2485a52a76
Update seeds
...
Data is still dirty with bad ATK data across objects
2023-01-02 16:25:35 -08:00
b3cc5a5432
Update schema and data_schema
2023-01-02 15:59:07 -08:00
5a0a03c2b7
Add more character mod fields
...
Ring and earring support
2023-01-02 15:58:57 -08:00
253678f693
Add transcendence_step to GridWeapons and GridSummons
...
This will allow the user to set the level of their transcendence for Eternals and Bahamut
2023-01-02 15:58:40 -08:00
b46b1fbfd2
Set defaults on summons
...
Summon FLB, ULB and max_level don't have defaults and can be null, which is bad
2023-01-02 15:58:12 -08:00
0c4ed3e157
Add XLB (Transcendence) to Summons
...
Thanks, Bahamut
2023-01-02 15:57:48 -08:00
cfe667ac4e
Change AX on Weapons to boolean
...
Moves current column to `ax_type` but we will probably remove it and do series-based matching on the client
2023-01-02 15:57:29 -08:00
a6c43d5f57
Change limit on Weapons/Summons to boolean
2023-01-02 15:56:54 -08:00
a8c8653aa9
Add default values to Weapon level and skill level
2022-12-25 21:46:27 -08:00
e9dbc36f2a
Add default value to theme in user table
2022-12-25 16:11:51 -08:00
383d59703f
Add theme to user table and blueprint
2022-12-25 16:01:40 -08:00
1c197d9b6b
Loose schema.rb file
2022-12-24 15:08:27 -08:00
4f4d9e27a7
Add slug to weapon key table
2022-12-23 23:31:34 -08:00
bb0e596e0d
Add awakening boolean to canonical weapons
2022-12-21 00:48:18 -08:00