brewlog/migrations/0020_remove_cup_rating.sql
Jon Seager 6d12b71482
refactor(cups): remove rating field
Drop the rating column from cups. This removes the field from the
domain model, repository, API routes (including the PUT/update
endpoint), CLI, and all related tests.
2026-02-05 17:02:42 +00:00

1 line
37 B
SQL

ALTER TABLE cups DROP COLUMN rating;