AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Constrain contact_messaging.visibility to (To, Cc, Bcc) #85

Closed sparre closed 11 years ago

sparre commented 11 years ago

The column "visibility" in table "contact_messaging" should really be constrained to the three values "to", "cc" and "bcc".

PedersenThomas commented 11 years ago

In the database schema, the table "recipient_visibilities" does now only contains "to", "cc", and "bcc" which is used in the table "distribution_lists".

Contact_messaging does not exists any more.