first version of postgres migration writer
[quassel.git] / src / core / SQL / PostgreSQL / 14 / migrate_write_identity_nick.sql
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 (file)
index 0000000..466a571
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO identity_nick (nickid, identityid, nick)
+VALUES (?, ?, ?)