Skip to content

Commit

Permalink
fix mysql column names for mute/lock #111
Browse files Browse the repository at this point in the history
  • Loading branch information
HarpyWar committed Oct 28, 2014
1 parent dd71f21 commit 8b3ed98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/sql_DB_layout.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"auth_operator varchar(6)","'false'"
"new_at_team_flag int","'0'"
"auth_lock varchar(1)","'0'"
"auth_lock_time int","'0'"
"auth_lock_reason varchar(128)","NULL"
"auth_locktime int","'0'"
"auth_lockreason varchar(128)","NULL"
"auth_mute varchar(1)","'0'"
"auth_mute_time int","'0'"
"auth_mute_reason varchar(128)","NULL"
"auth_mutetime int","'0'"
"auth_mutereason varchar(128)","NULL"
"auth_command_groups varchar(16)","'1'"
"acct_lastlogin_time int","'0'"
"acct_lastlogin_owner varchar(16)","NULL"
Expand Down

0 comments on commit 8b3ed98

Please sign in to comment.