Improve the message-splitting algorithm for PRIVMSG and CTCP
[quassel.git] / src / core / SQL / PostgreSQL / 16 / migrate_write_identity_nick.sql
1 INSERT INTO identity_nick (nickid, identityid, nick)
2 VALUES (?, ?, ?)