summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-05-14 16:36:32 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-05-14 16:36:32 +0200
commit06a57df6201fb78bd6d12580e19f749c9bdb4ff0 (patch)
treeaf96dcf830b1003f904486c284d04006f8a870ab /db
parent1b550e89ffb87f168a0da1b6c28636b8300eb687 (diff)
update install sql
Diffstat (limited to 'db')
-rw-r--r--db/install.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/install.sql b/db/install.sql
index efba1c67..e6773b50 100644
--- a/db/install.sql
+++ b/db/install.sql
@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Host: localhost
--- Erstellungszeit: 14. Mai 2015 um 16:25
+-- Erstellungszeit: 14. Mai 2015 um 16:36
-- Server Version: 5.6.12
-- PHP-Version: 5.5.3
@@ -153,7 +153,7 @@ DROP TABLE IF EXISTS `LogEntries`;
CREATE TABLE IF NOT EXISTS `LogEntries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` int(11) NOT NULL,
- `nick` varchar(23) NOT NULL,
+ `nick` text NOT NULL,
`message` text NOT NULL,
PRIMARY KEY (`id`),
KEY `timestamp` (`timestamp`)