aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0011-add_extra_to_contacts.sql
blob: fd6eae807a1e91f7a812528fbd2e9a240ebe10d4 (plain)
1
2
3
4
5
6
begin;

ALTER TABLE contacts
    ADD COLUMN extra TEXT;

commit;