mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Merge pull request #1588 from Cockatrice/servatrice.sql_warntable_syntaxfix
Corrected mod_name column syntax in warnings table
This commit is contained in:
@@ -141,7 +141,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_bans` (
|
||||
CREATE TABLE IF NOT EXISTS `cockatrice_warnings` (
|
||||
`user_id` int(7) unsigned NOT NULL,
|
||||
`user_name` varchar(255) NOT NULL,
|
||||
`mod_name` varchar(255) NOT NULL
|
||||
`mod_name` varchar(255) NOT NULL,
|
||||
`reason` text NOT NULL,
|
||||
`time_of` datetime NOT NULL,
|
||||
`clientid` varchar(15) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user