common: Allow skipping negotiation of IRCv3 caps
[quassel.git] / src / core / SQL / SQLite / migrate_read_network.sql
index cccaed9..8bbcb03 100644 (file)
@@ -3,5 +3,5 @@ SELECT networkid, userid, networkname, identityid, encodingcodec, decodingcodec,
        useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries,
        rejoinchannels, connected, usermode, awaymessage, attachperform, detachperform,
        usesasl, saslaccount, saslpassword, usecustomessagerate, messagerateburstsize,
        useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries,
        rejoinchannels, connected, usermode, awaymessage, attachperform, detachperform,
        usesasl, saslaccount, saslpassword, usecustomessagerate, messagerateburstsize,
-       messageratedelay, unlimitedmessagerate
+       messageratedelay, unlimitedmessagerate, skipcaps
 FROM network
 FROM network