refactor(users): rename user_roles and dashboard_metadata columns (#3135)

Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
This commit is contained in:
Mani Chandra
2023-12-18 16:40:26 +05:30
committed by GitHub
parent 8e484ddab8
commit e3589e641c
11 changed files with 63 additions and 21 deletions

View File

@ -381,7 +381,7 @@ pub async fn invite_user(
created_by: user_from_token.user_id.clone(),
last_modified_by: user_from_token.user_id,
created_at: now,
last_modified_at: now,
last_modified: now,
})
.await
.map_err(|e| {