mirror of
https://github.com/bitwarden/server.git
synced 2025-06-09 04:30:36 -05:00
7 lines
108 B
Transact-SQL
7 lines
108 B
Transact-SQL
CREATE VIEW [dbo].[OrganizationInstallationView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[OrganizationInstallation];
|