]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.sqlite3.sql
Partially revert "Quote paths in the makefile".
[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