geary/sql/version-009.sql
Robert Schroll 974e9459a3 Allow external images from whitelisted senders to be displayed: Closes #5642
This also cleans up some of the update logic for ContactTable, which
could drop contacts' human-readable names when updating their
importance.
2013-05-14 18:07:53 -07:00

6 lines
96 B
SQL

--
-- Add flags column to the ContactTable
--
ALTER TABLE ContactTable ADD COLUMN flags TEXT;