first version of postgres backend
[quassel.git] / src / core / SQL / PostgreSQL / 14 / insert_nick.sql
diff --git a/src/core/SQL/PostgreSQL/14/insert_nick.sql b/src/core/SQL/PostgreSQL/14/insert_nick.sql
new file mode 100644 (file)
index 0000000..331da3c
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO identity_nick (identityid, nick)
+VALUES (:identityid, :nick)