The Networksettings are now stored purely in the Database.
[quassel.git] / src / core / SQL / SQLite / 5 / setup_000_quasseluser.sql
@@ -1,6 +1,7 @@
 CREATE TABLE quasseluser (
        userid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
        username TEXT UNIQUE NOT NULL,
-       password BLOB NOT NULL)
+       password BLOB NOT NULL
+)