Separate persistency for marker line (backend only)
[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
deleted file mode 100644 (file)
index 331da3c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-INSERT INTO identity_nick (identityid, nick)
-VALUES (:identityid, :nick)