Skip to content

Commit 7af83ea

Browse files
committed
updated changelog and changed max length of binary hashes
1 parent 610fafd commit 7af83ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- Chunks for a task can be all view, instead of only the last 100.
2828
- Allow changing the status interval for created tasks.
2929
- Permissions for managing access groups is separate from the permission to manage users.
30+
- The agent status page shows more detailed information on temperature and usage.
3031

3132
# v0.11.0 -> v0.12.0
3233

src/install/hashtopolis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ CREATE TABLE `HashBinary` (
250250
`hashBinaryId` INT(11) NOT NULL,
251251
`hashlistId` INT(11) NOT NULL,
252252
`essid` VARCHAR(100) NOT NULL,
253-
`hash` MEDIUMTEXT NOT NULL,
253+
`hash` LONGTEXT NOT NULL,
254254
`plaintext` VARCHAR(1024) DEFAULT NULL,
255255
`timeCracked` BIGINT DEFAULT NULL,
256256
`chunkId` INT(11) DEFAULT NULL,

0 commit comments

Comments
 (0)