Skip to content

Commit

Permalink
Merge branch 'branch-7.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderleihuttel committed Jun 26, 2017
2 parents 8124c5b + 15014bf commit bb5db51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/models/WbTmpTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ function createTmpTable()
fileindex integer not null default 0,
isMarked SMALLINT DEFAULT 0,
FileSize BIGINT DEFAULT 0,
PRIMARY KEY(FileId),
KEY idx_fileindex (FileIndex)
PRIMARY KEY(FileId)
)");
break;
case 'PDO_SQLITE':
Expand Down

0 comments on commit bb5db51

Please sign in to comment.