inspircd/extras/m_sqloper.sqlite3.sql
peavey 5f38399fc6 SQLite3 schema for sqloper.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6339 e03df62e-2008-0410-955e-edbf42e46eb7
2007-01-14 21:39:09 +00:00

8 lines
108 B
SQL

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