[Reminder] Allow footer and title modification

Module will be more more flexible
This commit is contained in:
Harsha Raghu
2022-01-18 21:12:48 +05:30
parent c01de167f3
commit 19816198b0
4 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ from data.interfaces import RowTable
reminders = RowTable(
'reminders',
('reminderid', 'userid', 'remind_at', 'content', 'message_link', 'interval', 'created_at'),
('reminderid', 'userid', 'remind_at', 'content', 'message_link', 'interval', 'created_at', 'title', 'footer'),
'reminderid'
)