X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=extras%2Fm_sqloper.sqlite3.sql;h=1bb2937b8d146ea208016f652f9ef45d87b6bf9a;hb=7492344e64491cea6bbb5c9354dceb804bb908ac;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..1bb2937b8 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); +