Files
notifications-api/migrations/versions
Leo Hemsted 0ab89116ee use server_default in alembic to ensure zero-downtimeness
we can back-fill data, however, between alembic running and the api
updating to the new code, it'll still try and create new users without
adding the auth_type, because that won't be referenced in the model yet.

Instead of using a python-level default, a postgres-level
server_default will make postgres set every row to sms_auth if it's not
defined in the application.
2017-10-30 11:59:35 +00:00
..
2016-07-07 16:01:04 +01: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