mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-04 04:40:40 +04:00
Add release_date for games and content folder
This commit is contained in:
@@ -16,7 +16,8 @@ class Game(Base):
|
||||
language = Column(String)
|
||||
version = Column(String)
|
||||
download_size = Column(String)
|
||||
upload_date = Column(String)
|
||||
upload_date = Column(String, nullable=False)
|
||||
release_date = Column(String)
|
||||
|
||||
system = Column(String)
|
||||
processor = Column(String)
|
||||
|
||||
Reference in New Issue
Block a user