2
0
mirror of https://github.com/inspircd/inspircd.git synced 2025-03-16 14:09:01 -04:00
inspircd/extras/m_sqloper.sqlite3.sql

8 lines
108 B
MySQL
Raw Normal View History

CREATE TABLE ircd_opers (
id integer primary key,
username text,
password text,
hostname text,
type text);