]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.mysql.sql
ee993c7719fa98d07ffbddd5c14fcd837b2e6e19
[user/henk/code/inspircd.git] / extras / m_sqloper.mysql.sql
1 -- MySQL dump 9.11\r--\r-- Host: localhost    Database: brain\r-- ------------------------------------------------------\r-- Server version 4.0.20\r\r--\r-- Table structure for table `ircd_opers`\r--\r\rCREATE TABLE ircd_opers (\r  id bigint(20) NOT NULL auto_increment,\r  username text,\r  password text,\r  hostname text,\r  type text,\r  PRIMARY KEY  (id)\r) TYPE=MyISAM;\r\r--\r-- Dumping data for table `ircd_opers`\r--\r\r\r