1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Fix mysql schema

Thx to  Mathieu Bourgeois
This commit is contained in:
Daniel Berteaud 2015-11-26 11:48:37 +01:00
parent d255909ab8
commit 85ceb45830

View File

@ -99,5 +99,5 @@ CREATE TABLE `audit` (
INDEX (`date`),
INDEX (`event`),
INDEX (`from_ip`),
INDEX (`user`),
INDEX (`user`)
) ENGINE INNODB DEFAULT CHARSET=utf8;