Files
notifications-api/migrations/versions
Chris Hill-Scott cccffdd2ac Add a column for a service to set SMS prefixing
In future changes, services will be able to control whether their text
messages will be prefixed with the name of their service.

This commit:
- adds a column to store the value of that setting
- makes the service model take notice of it, if it were to have a value
  set

It doesn’t:
- provide a way of setting the value of this column

Currently the column can have three values:
- `None` – ignore it (this is what all current services will start as)
  and continue to determine whether to prefix messages by looking at the
  sender
- `True` – always the service name to the start of text messages
- `False` – never add the service name to the start of text messages

In the future we’ll migrate all services to be either `True` or `False`,
the `None` will go away and all services will have direct control over
the setting.
2017-11-03 12:53:06 +00:00
..
2017-03-02 12:12:01 +00:00
2017-04-26 10:37:12 +01:00
2017-06-01 13:18:56 +01:00
2017-06-01 15:58:15 +01:00
2017-06-20 10:56:50 +01:00
2017-06-26 14:03:02 +01:00