mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6339 e03df62e-2008-0410-955e-edbf42e46eb7
8 lines
108 B
SQL
8 lines
108 B
SQL
CREATE TABLE ircd_opers (
|
|
id integer primary key,
|
|
username text,
|
|
password text,
|
|
hostname text,
|
|
type text);
|
|
|