X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=extras%2Fm_sqloper.schema.sql;h=293a2aa7041c8faf4ccf669ff3652ffd9dc1d29e;hb=76109ae62bc0ea75662094bb8c0c5f658d64271a;hp=d4da959c2b78c2e91a72ed991e69b6d085cf2ccd;hpb=5bc207b17b13805b16081ef79568992d5d0c76c0;p=user%2Fhenk%2Fcode%2Finspircd.git 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;