mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
added installations, push scoped tokens, push api
This commit is contained in:
6
src/Sql/dbo/Views/InstallationView.sql
Normal file
6
src/Sql/dbo/Views/InstallationView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[InstallationView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Installation]
|
||||
Reference in New Issue
Block a user