🏦 Database Change: convert created utc to datetimez for flags (#633)
This commit is contained in:
parent
2d6c844693
commit
eb78ec6169
3 changed files with 53 additions and 2 deletions
|
@ -6,7 +6,7 @@ from files.helpers.config.const import *
|
|||
|
||||
|
||||
|
||||
class Flag(CreatedBase):
|
||||
class Flag(CreatedDateTimeBase):
|
||||
__tablename__ = "flags"
|
||||
|
||||
id = Column(Integer, primary_key=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue