mirror of
https://github.com/bitwarden/server.git
synced 2025-05-06 04:02:15 -05:00
6 lines
85 B
Transact-SQL
6 lines
85 B
Transact-SQL
CREATE VIEW [dbo].[InstallationView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[Installation] |