Re-add the ":authenticator" property to insert_quasseluser.sql
[quassel.git] / src / core / SQL / SQLite / insert_nick.sql
1 INSERT INTO identity_nick (identityid, nick)
2 VALUES (:identityid, :nick)