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.
1 line
37 B
SQL
1 line
37 B
SQL
ALTER TABLE cups DROP COLUMN rating;
|