5 lines
214 B
SQL
5 lines
214 B
SQL
-- Migration: Remove unused description column from initiatives table
|
|
-- Content is stored in pages (markdown via Tiptap editor), not in the initiative itself.
|
|
|
|
ALTER TABLE `initiatives` DROP COLUMN `description`;
|