cvs: pearbot / PEARbot.sql
[email protected] ("Mirco 'meebey' Bauer") Mon, 03 Feb 2003 15:49:08 -0000
| Newsgroups | php.pear.bot |
|---|---|
| Message-ID | <cvsmeebey1044287348@cvsserver> |
meebey Mon Feb 3 10:49:08 2003 EDT
Added files:
/pearbot PEARbot.sql
Log:
- mysql database structure for PEARbot.
Index: pearbot/PEARbot.sql
+++ pearbot/PEARbot.sql
CREATE TABLE dnsentries (
nickname varchar(32) NOT NULL default '',
dnsalias varchar(64) NOT NULL default '',
PRIMARY KEY (nickname,dnsalias)
) TYPE=MyISAM;