mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Updated to retrieve csv upload from new bucket.
Fix test errors.
This commit is contained in:
@@ -171,8 +171,6 @@ class Job(db.Model):
|
||||
|
||||
id = db.Column(UUID(as_uuid=True), primary_key=True)
|
||||
original_file_name = db.Column(db.String, nullable=False)
|
||||
bucket_name = db.Column(db.String, nullable=False)
|
||||
file_name = db.Column(db.String, nullable=False)
|
||||
service_id = db.Column(UUID(as_uuid=True), db.ForeignKey('services.id'), index=True, unique=False, nullable=False)
|
||||
service = db.relationship('Service', backref=db.backref('jobs', lazy='dynamic'))
|
||||
template_id = db.Column(db.BigInteger, db.ForeignKey('templates.id'), index=True, unique=False)
|
||||
|
||||
Reference in New Issue
Block a user