PageRenderTime 1271ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 1ms

/quassel-0.7.3/src/core/SQL/PostgreSQL/16/migrate_write_identity.sql

#
SQL | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | dccdf846b00361fc65e89a5e51cf861b MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
  1. INSERT INTO identity (identityid, userid, identityname, realname, awaynick, awaynickenabled, awayreason, awayreasonenabled, autoawayenabled, autoawaytime, autoawayreason,
  2. autoawayreasonenabled, detachawayenabled, detachawayreason, detachawayreasonenabled, ident, kickreason, partreason, quitreason, sslcert, sslkey)
  3. VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)