Files
notifications-api/app
Rebecca Law f941768d8c Change the query to get the services to purge to use query on the db.Model rather than db.session.query.
`service_ids_to_purge` is a list of `row` object rather than a list of `UUID`.

NOTE: db.session.query(Service).filter(Service.id.notin_(services_with_data_retention)).all() would have also worked. It seems that only selecting attributes from the db.Model has caused the change.
2021-04-27 08:36:34 +01:00
..
2021-03-15 17:18:20 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00