summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 21:39:09 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 21:39:09 +0000
commit5f38399fc6bc98a37a606e6de4050900fe6ff305 (patch)
treee42a93e0bfa9b0b48af321b374a38763eac63608 /extras
parent453c50af33426494a5fafeb9b9e6f628c706910d (diff)
SQLite3 schema for sqloper.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6339 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'extras')
-rw-r--r--extras/m_sqloper.sqlite3.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/m_sqloper.sqlite3.sql b/extras/m_sqloper.sqlite3.sql
new file mode 100644
index 000000000..1bb2937b8
--- /dev/null
+++ b/extras/m_sqloper.sqlite3.sql
@@ -0,0 +1,7 @@
+CREATE TABLE ircd_opers (
+id integer primary key,
+username text,
+password text,
+hostname text,
+type text);
+