1
0
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:
voommen-livefront
2025-06-17 11:12:27 -05:00
parent ceebfd7f57
commit 7151ae40bd
4 changed files with 59 additions and 0 deletions

View File

@@ -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 />