diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-12 09:57:17 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-12 09:57:17 +0100 |
commit | 738b1068c8ea9df4a24056f1784ff5846bb8bb6b (patch) | |
tree | bdbbf99b6c4e4286d9bdf6f380b9df941e663fe4 /db/schema.sql | |
parent | 70ee276344b374773902d9a96c84ad81d7bdfafe (diff) | |
parent | ca4487b3b161b857ef5412f93ecd60646697ff2d (diff) |
Merge branch 'zurich-mark-external-addresses-deleted'
Conflicts:
t/cobrand/zurich.t
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index 5e4bc4a3e..5c54e2d88 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -64,7 +64,8 @@ create table body ( comment_user_id int references users(id), suppress_alerts boolean not null default 'f', can_be_devolved boolean not null default 'f', - send_extended_statuses boolean not null default 'f' + send_extended_statuses boolean not null default 'f', + deleted boolean not null default 'f' ); create table body_areas ( |