Remove contact list db, dao, and s3 code

This commit is contained in:
Ryan Ahearn
2023-04-12 13:30:50 -04:00
parent f7418d62cb
commit e07b596857
22 changed files with 1 additions and 567 deletions

View File

@@ -256,7 +256,6 @@ class ServiceSchema(BaseSchema, UUIDsAsStringsMixin):
'annual_billing',
'api_keys',
'complaints',
'contact_list',
'created_at',
'data_retention',
'guest_list',
@@ -309,7 +308,6 @@ class DetailedServiceSchema(BaseSchema):
'all_template_folders',
'annual_billing',
'api_keys',
'contact_list',
'created_by',
'email_branding',
'email_from',
@@ -450,7 +448,6 @@ class JobSchema(BaseSchema):
template_name = fields.Method('get_template_name', dump_only=True)
template_type = fields.Method('get_template_type', dump_only=True)
contact_list_id = field_for(models.Job, 'contact_list_id')
def get_template_name(self, job):
return job.template.name