diff --git a/files/classes/transactions.py b/files/classes/transactions.py index 46b0cff07c..c5b5092446 100644 --- a/files/classes/transactions.py +++ b/files/classes/transactions.py @@ -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)