mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-11 09:24:19 +01:00
Add log size to MySQL database
This commit is contained in:
2
doc/sql/update9.sql
Normal file
2
doc/sql/update9.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ttylog` CHANGE `ttylog` `ttylog` VARCHAR(100) NOT NULL;
|
||||
ALTER TABLE `ttylog` ADD `size` INT(11) NOT NULL;
|
||||
Reference in New Issue
Block a user