mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
7 lines
108 B
Transact-SQL
7 lines
108 B
Transact-SQL
CREATE VIEW [dbo].[OrganizationSponsorshipView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[OrganizationSponsorship]
|