Commit graph

4 commits

Author SHA1 Message Date
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
4f4d9e27a7 Add slug to weapon key table 2022-12-23 23:31:34 -08:00
3b6edfae5d Update WeaponKey output for blueprinter 2022-12-21 21:04:42 -08:00
e541182e36 Add all blueprints and associate with models 2022-12-21 03:31:55 -08:00