X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fmigrate_write_identity_nick.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fmigrate_write_identity_nick.sql;h=466a57138ab102ed387084e281638d736a58fd32;hp=0000000000000000000000000000000000000000;hb=aca3263f8f94e0d6640bdf857e71115151b85037;hpb=698bd631332040f9a988ae8f31a80688893ca6f3 diff --git a/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql b/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql new file mode 100644 index 00000000..466a5713 --- /dev/null +++ b/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql @@ -0,0 +1,2 @@ +INSERT INTO identity_nick (nickid, identityid, nick) +VALUES (?, ?, ?)