]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.mysql.sql
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / extras / m_sqloper.mysql.sql
1 -- MySQL dump 9.11
2 --
3 -- Host: localhost    Database: brain
4 -- ------------------------------------------------------
5 -- Server version       4.0.20
6
7 --
8 -- Table structure for table `ircd_opers`
9 --
10
11 CREATE TABLE ircd_opers (
12   id bigint(20) NOT NULL auto_increment,
13   username text,
14   password text,
15   hostname text,
16   type text,
17   PRIMARY KEY  (id)
18 ) TYPE=MyISAM;
19
20 --
21 -- Dumping data for table `ircd_opers`
22 --
23
24