Files
notifications-api/migrations/versions
Leo Hemsted 47ef63adbe add notification_history table
table will be used for storing archival versions of notifications. It's an exact duplicate of notifications table, but with the following modifications:
* removed _personalisation
* removed to
* removed content_char_count

All foreign keys to other tables still exist. additionally, removed defaults (for id and created_at) since they'll be set when we create, and we should ensure that we don't forget about them when inserting/udpating this table.
2016-07-12 13:27:31 +01:00
..
2016-04-25 13:57:55 +01:00
2016-04-27 11:48:46 +01:00
2016-06-24 15:56:54 +01:00
2016-06-28 14:45:12 +01:00
2016-07-04 10:45:56 +01:00
2016-07-07 16:01:04 +01:00