chore(models/users): update user notification model
This commit is contained in:
parent
a2e8f5bf5b
commit
2186960002
@ -47,6 +47,9 @@ pub struct Model {
|
||||
pub marketing_enabled: bool,
|
||||
pub security_enabled: bool,
|
||||
pub product_enabled: bool,
|
||||
pub push_subscription_endpoint: Option<String>,
|
||||
pub push_subscription_keys_p256dh: Option<String>,
|
||||
pub push_subscription_keys_auth: Option<String>,
|
||||
pub created_at: DateTimeUtc,
|
||||
pub updated_at: DateTimeUtc,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user