migration notification

This commit is contained in:
Efril
2026-05-10 12:35:44 +07:00
parent 0708ce816e
commit ddaf6df436
7 changed files with 76 additions and 0 deletions
+4
View File
@@ -37,6 +37,10 @@ func GetAllEntities() []interface{} {
&OtpSession{},
// Analytics entities are not database tables, they are query results
&UserDevice{},
// Notification entities
&Notification{},
&NotificationReceiver{},
&NotificationDelivery{},
}
}