geary/sql/version-010.sql

6 lines
120 B
MySQL
Raw Normal View History

--
-- Add unread count column to the FolderTable
--
ALTER TABLE FolderTable ADD COLUMN unread_count INTEGER DEFAULT 0;