🏦 Database Change: convert created utc to datetimez for flags (#633)

This commit is contained in:
Viet Than 2023-07-28 05:41:11 -05:00 committed by GitHub
parent 2d6c844693
commit eb78ec6169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 2 deletions

View file

@ -6,7 +6,7 @@ from files.helpers.config.const import *
class Flag(CreatedBase):
class Flag(CreatedDateTimeBase):
__tablename__ = "flags"
id = Column(Integer, primary_key=True)