summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-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;