Files
notifications-api/app
Alexey Bezhan bdcc89b403 Add TemplateHistory.redact_personalisation attribute
TemplateHistory objects need to be connected to the template's
TemplateRedacted record. This requires setting up a new SQLAlchemy
relationship to allow accessing redact_personalisation from
TemplateHistory instances.

We can avoid creating a foreign key in this case by setting up an
explicit `primaryjoin` expression. Since TemplateHistory.id is
created from Template.id and TemplateRedacted.template_id is
already a foreign key to Template.id the foreign key should always
be valid even without a DB constraint.
2017-11-10 15:13:55 +00:00
..
2017-11-06 13:40:20 +00:00
2017-11-09 14:27:24 +00:00
2017-11-10 12:05:06 +00:00
2017-11-09 14:13:42 +00:00
2017-09-11 15:47:10 +01:00
2017-11-09 14:55:45 +00:00