blob: 293a2aa7041c8faf4ccf669ff3652ffd9dc1d29e (
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)
) TYPE=MyISAM;
--
-- Dumping data for table `ircd_opers`
--
|