Skip to content

Commit 50e069e

Browse files
chrisburraldbr
authored andcommitted
fix: remove idx_assigned_lastaccesstime index from schema
This index is not needed for the current cleanup queries.
1 parent 1d3e1a8 commit 50e069e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • diracx-db/src/diracx/db/sql/sandbox_metadata

diracx-db/src/diracx/db/sql/sandbox_metadata/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class SandBoxes(Base):
4646
__table_args__ = (
4747
PrimaryKeyConstraint("SBId"),
4848
Index("OwnerId", "OwnerId"),
49-
Index("idx_assigned_lastaccesstime", "Assigned", "LastAccessTime"),
5049
UniqueConstraint("SEName", "SEPFN", name="Location"),
5150
)
5251

0 commit comments

Comments
 (0)