summaryrefslogtreecommitdiff
path: root/migrations/022_add_card_description.sql
blob: 6a03c7c373c31cdc2322cbfdce8ccd1d43c50591 (plain)
1
2
3
-- Add description column to cards so Trello card descriptions can be cached
-- and shown/edited in the web dashboard and Android widget.
ALTER TABLE cards ADD COLUMN description TEXT DEFAULT '';