mirror of
https://github.com/bitwarden/server
synced 2025-12-27 05:33:17 +00: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