mirror of
https://github.com/bitwarden/server.git
synced 2025-08-02 07:19:47 -05:00
PM-20574 adding index in scripts and missing table
This commit is contained in:
@@ -76,6 +76,12 @@ public partial class _2025061300_OrganizationReportsql : Migration
|
||||
name: "IX_OrganizationReport_OrganizationId",
|
||||
table: "OrganizationReport",
|
||||
column: "OrganizationId");
|
||||
|
||||
migrationBuilder.CreateIndex(
|
||||
name: "IX_OrganizationReport_OrganizationId_Date",
|
||||
table: "OrganizationReport",
|
||||
columns: ["OrganizationId", "Date"],
|
||||
descending: [false, true]);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
Reference in New Issue
Block a user