File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments