You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(race/subrace)!: remove redundant data (#875) (67261fb), closes #874
BREAKING CHANGES
dropped the race.starting_proficiencies, race.starting_proficiency_options, subrace.starting_proficiencies, subrace.language_options, and subrace.languages properties of all
races and subraces in the database. Clients can instead find this data
on the corresponding traits linked to each race or subrace.
How was it tested?
I ran the database + API project locally with Docker and called the
endpoints of the various classes and subclasses. I also ran the unit and
integration tests in the API project.