so much stuff lol
This commit is contained in:
@ -15,7 +15,4 @@ class File(Base):
|
||||
type = Column(String)
|
||||
path = Column(String)
|
||||
created_at = Column(DateTime(timezone=True), server_default=func.now())
|
||||
updated_at = Column(DateTime(timezone=True), onupdate=func.now())
|
||||
|
||||
|
||||
|
||||
updated_at = Column(DateTime(timezone=True), onupdate=func.now())
|
Reference in New Issue
Block a user