Commit graph

78 commits

Author SHA1 Message Date
fe6b79f070 Migrate database 2023-03-16 05:09:10 -07:00
3f31919a36 Migrate database 2023-03-16 05:07:28 -07:00
d10b892490 Migrate database 2023-03-16 05:05:25 -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
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
a36605bce7 Update schema.rb 2023-01-03 02:37:32 -08:00
b3cc5a5432 Update schema and data_schema 2023-01-02 15:59:07 -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
c14b2eac82 Add awakening to weapons and characters 2022-12-21 00:41:54 -08:00
b1c6930121 Add base_job so we can track base skills 2022-12-03 11:43:27 -08:00
8e5571265f Add job skills to database 2022-12-01 04:46:24 -08:00
b41a67df30 Add job skills table 2022-11-27 14:12:16 -08:00
a76bda993f Add character_id field to character table
This is used for deduping characters so users can't add two of the same character to a grid.
2022-11-17 02:26:15 -08:00
ba632af5e7 Add gender to user database 2022-04-10 13:25:57 -07:00
1eec816111 Add order to jobs 2022-03-22 03:40:52 -07:00
ae99019f64 Rename classes to jobs because reserved words 2022-03-22 02:55:56 -07:00
5c40bd144c Completely unrelated cleanup migrations 2022-03-22 02:30:05 -07:00
1f3ba2307f Add pagination for collections 2022-03-14 19:42:29 -07:00
ff85de2f86 Add counter cache for number of weapons in a party 2022-03-14 18:20:12 -07:00
29b533d104 Update search routes to use POST instead of GET 2022-03-09 11:02:32 -08:00