summaryrefslogtreecommitdiff
path: root/extras/m_sqloper.sqlite3.sql
blob: 1c607e664e8afa84ca8d80a60fc6d65af8068e6c (plain)
1
2
3
4
5
6
7
CREATE TABLE ircd_opers (
id integer primary key,
username text,
password text,
hostname text,
type text,
active integer NOT NULL DEFAULT 1);