PageRenderTime 49ms CodeModel.GetById 20ms app.highlight 11ms RepoModel.GetById 0ms app.codeStats 0ms

/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
1INSERT INTO identity (identityid, userid, identityname, realname, awaynick, awaynickenabled, awayreason, awayreasonenabled, autoawayenabled, autoawaytime, autoawayreason,
2       	            autoawayreasonenabled, detachawayenabled, detachawayreason, detachawayreasonenabled, ident, kickreason, partreason, quitreason, sslcert, sslkey)
3VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)