]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - extras/m_sqloper.sqlite3.sql
Tidy up the socket engine selection code.
[user/henk/code/inspircd.git] / extras / m_sqloper.sqlite3.sql
index e33f77a934dca5702adb74c66e9fa3d8b0fedbb5..1c607e664e8afa84ca8d80a60fc6d65af8068e6c 100644 (file)
@@ -1 +1,7 @@
-CREATE TABLE ircd_opers (\rid integer primary key,\rusername text,\rpassword text,\rhostname text,\rtype text);\r\r
\ No newline at end of file
+CREATE TABLE ircd_opers (
+id integer primary key,
+username text,
+password text,
+hostname text,
+type text,
+active integer NOT NULL DEFAULT 1);