Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
d52cf379
Commit
d52cf379
authored
Aug 11, 2015
by
woogerboy21
Browse files
Updated servatrice.sql to reflect new sessions table field.
parent
eb583360
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/servatrice.sql
View file @
d52cf379
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment