- Fixed the inconsitency bug lately introduced. Adding networks is now
[quassel.git] / src / core / SQL / SQLite / 2 / setup_000_quasseluser.sql
1 CREATE TABLE quasseluser (
2        userid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
3        username TEXT UNIQUE NOT NULL,
4        password BLOB NOT NULL)
5
6