mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
face down dragging fixed, minor french translation fix
This commit is contained in:
parent
6b18ba6bac
commit
7efee472ed
3 changed files with 6 additions and 5 deletions
|
|
@ -155,6 +155,7 @@ CREATE TABLE `cockatrice_bans` (
|
|||
`time_from` datetime NOT NULL,
|
||||
`minutes` int(6) NOT NULL,
|
||||
`reason` text NOT NULL,
|
||||
KEY `id_user` (`id_user`)
|
||||
PRIMARY KEY (`user_name`,`time_from`),
|
||||
KEY `time_from` (`time_from`,`ip_address`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue