X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=extras%2Fm_sqloper.sqlite3.sql;h=1c607e664e8afa84ca8d80a60fc6d65af8068e6c;hb=bdefe32944c2fa2d27dd00ba6eec8863d72d2dbd;hp=e33f77a934dca5702adb74c66e9fa3d8b0fedbb5;hpb=bab14f0dd2345c9d7dcbc47c918563709e1ac094;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/extras/m_sqloper.sqlite3.sql b/extras/m_sqloper.sqlite3.sql index e33f77a93..1c607e664 100644 --- a/extras/m_sqloper.sqlite3.sql +++ b/extras/m_sqloper.sqlite3.sql @@ -1 +1,7 @@ -CREATE TABLE ircd_opers ( id integer primary key, username text, password text, hostname text, type text); \ 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);