mirror of
https://github.com/bitwarden/server.git
synced 2025-06-25 05:08:48 -05:00
PM-20574 fixing table scripts
This commit is contained in:
parent
79dbb86661
commit
dfd6e50ebb
@ -10,3 +10,4 @@ CREATE TABLE [dbo].[OrganizationApplication] (
|
||||
|
||||
CREATE NONCLUSTERED INDEX [IX_OrganizationApplication_OrganizationId]
|
||||
ON [dbo].[OrganizationApplication]([OrganizationId] ASC);
|
||||
GO
|
||||
|
@ -11,3 +11,4 @@ CREATE TABLE [dbo].[OrganizationReport] (
|
||||
|
||||
CREATE NONCLUSTERED INDEX [IX_OrganizationReport_OrganizationId]
|
||||
ON [dbo].[OrganizationReport]([OrganizationId] ASC);
|
||||
GO
|
||||
|
Loading…
x
Reference in New Issue
Block a user