X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=extras%2Fm_sqloper.sqlite3.sql;h=1c607e664e8afa84ca8d80a60fc6d65af8068e6c;hb=a2461fb7e1c28e28e64b61256d7a547162a83f6e;hp=1bb2937b8d146ea208016f652f9ef45d87b6bf9a;hpb=5f38399fc6bc98a37a606e6de4050900fe6ff305;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/extras/m_sqloper.sqlite3.sql b/extras/m_sqloper.sqlite3.sql index 1bb2937b8..1c607e664 100644 --- a/extras/m_sqloper.sqlite3.sql +++ b/extras/m_sqloper.sqlite3.sql @@ -3,5 +3,5 @@ id integer primary key, username text, password text, hostname text, -type text); - +type text, +active integer NOT NULL DEFAULT 1);