1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-06 04:02:15 -05:00
bitwarden/src/Sql/dbo/Views/InstallationView.sql
2017-08-10 14:39:11 -04:00

6 lines
85 B
Transact-SQL

CREATE VIEW [dbo].[InstallationView]
AS
SELECT
*
FROM
[dbo].[Installation]