We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9812b9e commit ca9fb4dCopy full SHA for ca9fb4d
metering/models.py
@@ -15,7 +15,7 @@ class OrgServiceConfigModel(Base):
15
effective_start_date = Column(
16
'effective_start_date', TIMESTAMP(timezone=True))
17
effective_end_date = Column('effective_end_date', TIMESTAMP(
18
- timezone=True), server_default=func.current_timestamp())
+ timezone=True))
19
created_at = Column('created_at', TIMESTAMP(timezone=True))
20
21
0 commit comments