fixes a bug where the data/config-dir option was not availble in the client
[quassel.git] / src / core / SQL / PostgreSQL / 14 / migrate_write_identity_nick.sql
1 INSERT INTO identity_nick (nickid, identityid, nick)
2 VALUES (?, ?, ?)