Skip to content
Snippets Groups Projects
Commit 3cf59a6b authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Fixed for now: /opt/warden_server_3/warden_server.py:427: Warning: Field...

Fixed for now: /opt/warden_server_3/warden_server.py:427: Warning: Field 'request' doesn't have a default value
parent 2c4111cf
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,6 @@ CREATE TABLE IF NOT EXISTS `last_events` ( ...@@ -178,7 +178,6 @@ CREATE TABLE IF NOT EXISTS `last_events` (
`client_id` int(11) NOT NULL, `client_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL, `event_id` int(11) NOT NULL,
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`request` text NOT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `client_id` (`client_id`,`event_id`) KEY `client_id` (`client_id`,`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment