mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
Added Sql project with database schema. Added SqlServer repositories for Site, Folder, and User (Cipher still TODO). Switched DI in Startup to SqlServer repos.
This commit is contained in:
6
src/Sql/dbo/Views/UserView.sql
Normal file
6
src/Sql/dbo/Views/UserView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[UserView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[User]
|
||||
Reference in New Issue
Block a user