]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/mysql/connections.sql
* Removed unused tables until needed
[infobot.git] / setup / mysql / connections.sql
diff --git a/setup/mysql/connections.sql b/setup/mysql/connections.sql
deleted file mode 100644 (file)
index 51ab71e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-CREATE TABLE connections (
- `server` VARCHAR(30) NOT NULL,
- `port` INT NOT NULL DEFAULT '6667',
- `nick` VARCHAR(20) NOT NULL,
- `nickservpass` VARCHAR(8) NOT NULL,
- `ircname` VARCHAR (20) NOT NULL DEFAULT 'infobot',
- `timeadded` INT UNSIGNED DEFAULT '0',
- PRIMARY KEY (server,port,nick)
-);