mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 15:30:49 -05:00
fix microsoft data sqlClient sqlException (#5749)
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
This commit is contained in:
parent
887791cdce
commit
9fdf12e955
@ -150,6 +150,8 @@ public static class DapperHelpers
|
|||||||
os => os.LastSyncDate,
|
os => os.LastSyncDate,
|
||||||
os => os.ValidUntil,
|
os => os.ValidUntil,
|
||||||
os => os.ToDelete,
|
os => os.ToDelete,
|
||||||
|
os => os.IsAdminInitiated,
|
||||||
|
os => os.Notes,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user