Merge branch 'development'
[NeonServV5.git] / database.defaults.sql
index 25e3336bb85da8b27e6920436f23fb24a0dab324..ea819170bf166db122734198aa066c4ef4f23e53 100644 (file)
@@ -1,11 +1,8 @@
 --
 -- 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),