chore: add theme_preference column to users table (#11069)

This commit is contained in:
Kayla Washburn
2023-12-08 14:59:53 -07:00
committed by GitHub
parent ebd6c1b573
commit d8e95001e8
10 changed files with 55 additions and 30 deletions

View File

@ -316,6 +316,7 @@ func (q *sqlQuerier) GetAuthorizedUsers(ctx context.Context, arg GetUsersParams,
&i.Deleted,
&i.LastSeenAt,
&i.QuietHoursSchedule,
&i.ThemePreference,
&i.Count,
); err != nil {
return nil, err