]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.sqlite3.sql
m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize to...
[user/henk/code/inspircd.git] / extras / m_sqloper.sqlite3.sql
1 CREATE TABLE ircd_opers (
2 id integer primary key,
3 username text,
4 password text,
5 hostname text,
6 type text,
7 active integer NOT NULL DEFAULT 1);