Skip to content

Commit ca9fb4d

Browse files
committed
fix-effective-end-date schema changes for db
1 parent 9812b9e commit ca9fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metering/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class OrgServiceConfigModel(Base):
1515
effective_start_date = Column(
1616
'effective_start_date', TIMESTAMP(timezone=True))
1717
effective_end_date = Column('effective_end_date', TIMESTAMP(
18-
timezone=True), server_default=func.current_timestamp())
18+
timezone=True))
1919
created_at = Column('created_at', TIMESTAMP(timezone=True))
2020

2121

0 commit comments

Comments
 (0)