mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
25 lines
407 B
SQL
25 lines
407 B
SQL
-- 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`
|
|
--
|
|
|
|
|