fix 500 error

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-19 21:39:00 +02:00
parent 1d83412545
commit 483a2f2241
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if KOFI_TOKEN:
__tablename__ = "transactions"
id = Column(String, primary_key=True)
created_utc = Column(Integer, default=int(time.time()))
created_utc = Column(Integer)
type = Column(String)
amount = Column(Integer)
email = Column(String)