Separate persistency for marker line (backend only)
[quassel.git] / src / core / SQL / PostgreSQL / 14 / select_nicks.sql
diff --git a/src/core/SQL/PostgreSQL/14/select_nicks.sql b/src/core/SQL/PostgreSQL/14/select_nicks.sql
deleted file mode 100644 (file)
index 41dc6e4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-SELECT nick
-FROM identity_nick
-WHERE identityid = :identityid
-ORDER BY nickid ASC