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
7a4cabaf
Commit
7a4cabaf
authored
Sep 25, 2015
by
woogerboy21
Browse files
Corrected mod_name column syntax in warnings table
It was missing a comma at the end of the line.
parent
291b262b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/servatrice.sql
View file @
7a4cabaf
...
@@ -141,7 +141,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_bans` (
...
@@ -141,7 +141,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_bans` (
CREATE
TABLE
IF
NOT
EXISTS
`cockatrice_warnings`
(
CREATE
TABLE
IF
NOT
EXISTS
`cockatrice_warnings`
(
`user_id`
int
(
7
)
unsigned
NOT
NULL
,
`user_id`
int
(
7
)
unsigned
NOT
NULL
,
`user_name`
varchar
(
255
)
NOT
NULL
,
`user_name`
varchar
(
255
)
NOT
NULL
,
`mod_name`
varchar
(
255
)
NOT
NULL
`mod_name`
varchar
(
255
)
NOT
NULL
,
`reason`
text
NOT
NULL
,
`reason`
text
NOT
NULL
,
`time_of`
datetime
NOT
NULL
,
`time_of`
datetime
NOT
NULL
,
`clientid`
varchar
(
15
)
NOT
NULL
,
`clientid`
varchar
(
15
)
NOT
NULL
,
...
...
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