Files
project-manager/migrations/011_drop_project_description.sql
T

4 lines
179 B
SQL
Raw Normal View History

-- The description field never got a UI home on the frontend and isn't used
-- anywhere; drop it rather than carry an unused column.
ALTER TABLE projects DROP COLUMN description;