hensei-api/db
Justin Edmund 9b01aa0ff3 add crew and crew_membership models with migrations
- crews table with name, gamertag, granblue_crew_id, description
- crew_memberships with role enum (member/vice_captain/captain)
- partial unique index ensures one active crew per user
- updated User model with crew associations and helper methods
2025-12-03 22:41:19 -08:00
..
data add data migrations for artifacts and artifact_skills 2025-12-03 13:00:45 -08:00
migrate add crew and crew_membership models with migrations 2025-12-03 22:41:19 -08:00
seed add test factories and fixtures for weapon_series 2025-12-03 10:46:54 -08:00
data_schema.rb update data_schema 2025-12-03 12:59:11 -08:00
schema.rb add crew and crew_membership models with migrations 2025-12-03 22:41:19 -08:00
seeds.rb add artifact seed data 2025-12-03 12:58:35 -08:00