fixed database.defaults.sql
authorpk910 <philipp@zoelle1.de>
Fri, 19 Apr 2013 11:57:01 +0000 (13:57 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 19 Apr 2013 11:57:01 +0000 (13:57 +0200)
database.defaults.sql

index 25e3336bb85da8b27e6920436f23fb24a0dab324..ea819170bf166db122734198aa066c4ef4f23e53 100644 (file)
@@ -1,11 +1,8 @@
 --
 -- Daten für Tabelle `bot_binds`
 --
 --
 -- Daten für Tabelle `bot_binds`
 --
---
--- Daten für Tabelle `bot_binds`
---
 
 
-INSERT INTO `bot_binds` (NULL, `botclass`, `botid`, `command`, `function`, `parameters`, `chan_access`, `global_access`, `flags`) VALUES
+INSERT INTO `bot_binds` (`id`, `botclass`, `botid`, `command`, `function`, `parameters`, `chan_access`, `global_access`, `flags`) VALUES
 (NULL, 1, 0, 'bind', 'bind', '', NULL, NULL, 0),
 (NULL, 1, 0, 'unbind', 'unbind', '', NULL, NULL, 0),
 (NULL, 1, 0, 'adduser', 'adduser', '', NULL, NULL, 0),
 (NULL, 1, 0, 'bind', 'bind', '', NULL, NULL, 0),
 (NULL, 1, 0, 'unbind', 'unbind', '', NULL, NULL, 0),
 (NULL, 1, 0, 'adduser', 'adduser', '', NULL, NULL, 0),