Skip to content

Commit 611b91e

Browse files
Kamal Sai DevarapalliKamal Sai Devarapalli
authored andcommitted
Add comment to notification_model.py
1 parent 40502c0 commit 611b91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/notification/app/models/notification_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
NotificationBase = declarative_base()
1313

1414

15+
# Handle edge case
1516
class NotificationLogModel(NotificationBase):
1617
__tablename__ = "notification_logs"
1718
ID = Column(

0 commit comments

Comments
 (0)