mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 03:13:16 +08:00
Org API controller and supporting data access
This commit is contained in:
6
src/Sql/dbo/Views/OrganizationView.sql
Normal file
6
src/Sql/dbo/Views/OrganizationView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[OrganizationView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Organization]
|
||||
Reference in New Issue
Block a user