This commit is contained in:
Aevann1 2021-12-05 22:22:57 +02:00
parent 904af5bfd0
commit bbea88ccbc
8 changed files with 28 additions and 25 deletions

View file

@ -50,6 +50,7 @@ class Submission(Base):
url = Column(String)
body = Column(String)
body_html = Column(String)
flair = Column(String)
ban_reason = Column(String)
embed_url = Column(String)