Add support for password hash versioning
[quassel.git] / src / core / SQL / PostgreSQL / 16 / migrate_write_identity_nick.sql
diff --git a/src/core/SQL/PostgreSQL/16/migrate_write_identity_nick.sql b/src/core/SQL/PostgreSQL/16/migrate_write_identity_nick.sql
deleted file mode 100644 (file)
index 466a571..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-INSERT INTO identity_nick (nickid, identityid, nick)
-VALUES (?, ?, ?)