1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-24 20:58:49 -05:00

PM-20574 fixing table scripts

This commit is contained in:
Graham Walker 2025-06-13 11:16:18 -05:00
parent 79dbb86661
commit dfd6e50ebb
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@ CREATE TABLE [dbo].[OrganizationApplication] (
CREATE NONCLUSTERED INDEX [IX_OrganizationApplication_OrganizationId]
ON [dbo].[OrganizationApplication]([OrganizationId] ASC);
GO

View File

@ -11,3 +11,4 @@ CREATE TABLE [dbo].[OrganizationReport] (
CREATE NONCLUSTERED INDEX [IX_OrganizationReport_OrganizationId]
ON [dbo].[OrganizationReport]([OrganizationId] ASC);
GO