Commit ed79e8f3 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

added missing column in servatrice.sql

parent 0abb4c84
...@@ -165,6 +165,7 @@ CREATE TABLE `cockatrice_bans` ( ...@@ -165,6 +165,7 @@ CREATE TABLE `cockatrice_bans` (
CREATE TABLE `cockatrice_sessions` ( CREATE TABLE `cockatrice_sessions` (
`id` int(9) NOT NULL AUTO_INCREMENT, `id` int(9) NOT NULL AUTO_INCREMENT,
`user_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `user_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`id_server` tinyint(3) NOT NULL,
`ip_address` char(15) COLLATE utf8_unicode_ci NOT NULL, `ip_address` char(15) COLLATE utf8_unicode_ci NOT NULL,
`start_time` datetime NOT NULL, `start_time` datetime NOT NULL,
`end_time` datetime DEFAULT NULL, `end_time` datetime DEFAULT NULL,
......
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