Skip to content

Commit a42b3e0

Browse files
committed
wip
1 parent a65076e commit a42b3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Stores/MariaDB/Cleipnir.ResilientFunctions.MariaDB/MariaDbFunctionStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ parent CHAR(32) NULL,
7171
owner CHAR(32) NULL,
7272
effects LONGBLOB NULL,
7373
INDEX (expires, id, status),
74-
INDEX idx_interrupted (id, interrupted)
74+
INDEX idx_interrupted (interrupted, id)
7575
);";
7676

7777
await using var command = new MySqlCommand(_initializeSql, conn);

0 commit comments

Comments
 (0)