Commit graph

111 commits

Author SHA1 Message Date
3c4b39287c
Merge branch 'staging' into 9th-anni-updates 2023-03-15 02:42:45 -07:00
53bc28d76a Add granblue_id to weapon keys 2023-03-15 02:38:47 -07:00
b5cb4b1da5 Update schema.rb 2023-03-11 01:29:44 -08:00
b2cdfbd774 Remove bad character 2023-03-11 01:29:38 -08:00
178277ff3a Add columns for object nicknames 2023-03-11 01:29:10 -08:00
9d777bcbf2 Add quick summons to GridSummons schema 2023-03-11 01:25:39 -08:00
c8eb9187d6 Add migrations for character skills
Adds new tables for:
* Character skills
* Character charge attacks
* Character support skills
* Ability effects

Also adds flags on GridCharacter for whether an ability is enabled or disabled in full auto
2023-03-11 01:19:26 -08:00
ba52a1df43 Update database schema 2023-03-10 23:14:45 -08:00
7f5cfc1c05 Update migrations 2023-03-10 23:14:33 -08:00
d587ceeeec
Small Rails 7 configuration changes (#72) 2023-02-05 00:56:27 -08:00
9247e38353 Regenerate credentials 2023-02-05 00:07:32 -08:00
06f8d28874
February 2023 Update (#48) 2023-02-04 23:46:12 -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