Skip to content

Commit bb5db51

Browse files
Merge branch 'branch-7.5'
2 parents 8124c5b + 15014bf commit bb5db51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/models/WbTmpTable.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,7 @@ function createTmpTable()
362362
fileindex integer not null default 0,
363363
isMarked SMALLINT DEFAULT 0,
364364
FileSize BIGINT DEFAULT 0,
365-
PRIMARY KEY(FileId),
366-
KEY idx_fileindex (FileIndex)
365+
PRIMARY KEY(FileId)
367366
)");
368367
break;
369368
case 'PDO_SQLITE':

0 commit comments

Comments
 (0)