mirror of
https://github.com/kennethreitz-archive/patch-service.git
synced 2026-06-05 15:20:19 +00:00
quotes
This commit is contained in:
@@ -75,7 +75,7 @@ class Download(db.Model, BaseModel):
|
||||
"""A User's download."""
|
||||
|
||||
__tablename__ = 'download'
|
||||
patch_id = db.Column(db.Integer, db.ForeignKey(Patch.id))
|
||||
patch_id = db.Column(db.Integer, db.ForeignKey('patch.id'))
|
||||
checksum = db.Column(db.String(100))
|
||||
file_name = db.Column(db.String(100))
|
||||
file_size = db.Column(db.Integer)
|
||||
|
||||
Reference in New Issue
Block a user