This also cleans up some of the update logic for ContactTable, which could drop contacts' human-readable names when updating their importance.
6 lines
96 B
SQL
6 lines
96 B
SQL
--
|
|
-- Add flags column to the ContactTable
|
|
--
|
|
|
|
ALTER TABLE ContactTable ADD COLUMN flags TEXT;
|
|
|