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=0000000000000000000000000000000000000000;hp=466a57138ab102ed387084e281638d736a58fd32;hb=18cda6df43b5960686256fb6a899a63baebff70d;hpb=91361e82b8cd46e7c4bfc4475e6ecb1d0b268310 diff --git a/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql b/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql deleted file mode 100644 index 466a5713..00000000 --- a/src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql +++ /dev/null @@ -1,2 +0,0 @@ -INSERT INTO identity_nick (nickid, identityid, nick) -VALUES (?, ?, ?)