1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-26 21:58:48 -05:00
bitwarden/src/Sql/dbo/Views/OrganizationUserView.sql
2017-03-02 00:15:05 -05:00

6 lines
93 B
Transact-SQL

CREATE VIEW [dbo].[OrganizationUserView]
AS
SELECT
*
FROM
[dbo].[OrganizationUser]