update install sql

This commit is contained in:
Philip Häusler 2015-05-14 16:36:32 +02:00
parent 1b550e89ff
commit 06a57df620
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net -- http://www.phpmyadmin.net
-- --
-- Host: localhost -- Host: localhost
-- Erstellungszeit: 14. Mai 2015 um 16:25 -- Erstellungszeit: 14. Mai 2015 um 16:36
-- Server Version: 5.6.12 -- Server Version: 5.6.12
-- PHP-Version: 5.5.3 -- PHP-Version: 5.5.3
@ -153,7 +153,7 @@ DROP TABLE IF EXISTS `LogEntries`;
CREATE TABLE IF NOT EXISTS `LogEntries` ( CREATE TABLE IF NOT EXISTS `LogEntries` (
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` int(11) NOT NULL, `timestamp` int(11) NOT NULL,
`nick` varchar(23) NOT NULL, `nick` text NOT NULL,
`message` text NOT NULL, `message` text NOT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `timestamp` (`timestamp`) KEY `timestamp` (`timestamp`)