mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
The title, as well as screen height & width are now saved to sql->sessions git-svn-id: https://kippo.googlecode.com/svn/trunk@144 951d7100-d841-11de-b865-b3884708a8e2
3 lines
122 B
SQL
3 lines
122 B
SQL
ALTER TABLE `sessions` ADD `termsize` VARCHAR( 7 ) NULL DEFAULT NULL ,
|
|
ADD `termtitle` VARCHAR( 255 ) NULL DEFAULT NULL ;
|