1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-15 07:20:49 -05:00

fix microsoft data sqlClient sqlException (#5749)

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
This commit is contained in:
cyprain-okeke 2025-04-29 14:19:08 +01:00 committed by GitHub
parent 887791cdce
commit 9fdf12e955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,6 +150,8 @@ public static class DapperHelpers
os => os.LastSyncDate,
os => os.ValidUntil,
os => os.ToDelete,
os => os.IsAdminInitiated,
os => os.Notes,
]
);