]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - extras/m_sqloper.sqlite3.sql
Switch <stdint.h> test to use a test file too.
[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