summaryrefslogtreecommitdiff
path: root/extras/m_sqloper.schema.sql
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-25 17:26:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-25 17:26:44 +0000
commit0bdaca54ee931644bed2135628d270ed32be9c92 (patch)
treea4515496072815f73349fb85dda93d5d6ab2a9d9 /extras/m_sqloper.schema.sql
parent5bc207b17b13805b16081ef79568992d5d0c76c0 (diff)
Added hostname checking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1188 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'extras/m_sqloper.schema.sql')
-rw-r--r--extras/m_sqloper.schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/m_sqloper.schema.sql b/extras/m_sqloper.schema.sql
index d4da959c2..293a2aa70 100644
--- a/extras/m_sqloper.schema.sql
+++ b/extras/m_sqloper.schema.sql
@@ -12,6 +12,7 @@ CREATE TABLE ircd_opers (
id bigint(20) NOT NULL auto_increment,
username text,
password text,
+ hostname text,
type text,
PRIMARY KEY (id)
) TYPE=MyISAM;