first version of postgres migration writer
[quassel.git] / src / core / SQL / PostgreSQL / 14 / migrate_write_identity.sql
diff --git a/src/core/SQL/PostgreSQL/14/migrate_write_identity.sql b/src/core/SQL/PostgreSQL/14/migrate_write_identity.sql
new file mode 100644 (file)
index 0000000..e9abfbe
--- /dev/null
@@ -0,0 +1,3 @@
+INSERT INTO identity (identityid, userid, identityname, realname, awaynick, awaynickenabled, awayreason, awayreasonenabled, autoawayenabled, autoawaytime, autoawayreason,
+                           autoawayreasonenabled, detachawayenabled, detachawayreason, detachawayreasonenabled, ident, kickreason, partreason, quitreason, sslcert, sslkey)
+VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
\ No newline at end of file