blob: 9464adc1ddc98325a9644d53dd8b82f2c4d4be3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
-- MySQL dump 9.11
--
-- Host: localhost Database: brain
-- ------------------------------------------------------
-- Server version 4.0.20
--
-- Table structure for table `ircd_opers`
--
CREATE TABLE ircd_opers (
id bigint(20) NOT NULL auto_increment,
username text,
password text,
hostname text,
type text,
PRIMARY KEY (id)
) ENGINE=MyISAM;
--
-- Dumping data for table `ircd_opers`
--
|