Commit d52cf379 authored by woogerboy21's avatar woogerboy21
Browse files

Updated servatrice.sql to reflect new sessions table field.

parent eb583360
......@@ -144,6 +144,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_sessions` (
`ip_address` char(15) COLLATE utf8_unicode_ci NOT NULL,
`start_time` datetime NOT NULL,
`end_time` datetime DEFAULT NULL,
`clientid` varchar(15) NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`user_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment