Commit b1ae3b6e authored by linj's avatar linj

fix guess table option

parent cde5dac8
......@@ -16,7 +16,7 @@ index: addr,status,addr_status,admin,admin_status,category_status
*/
var opt_guess_user = &table.Option{
Prefix: "LODB_guess",
Prefix: "LODB-guess",
Name: "user",
Primary: "index",
Index: []string{"addr", "startindex"},
......@@ -70,7 +70,7 @@ func (tx *GuessUserRow) Get(key string) ([]byte, error) {
}
var opt_guess_game = &table.Option{
Prefix: "LODB_guess",
Prefix: "LODB-guess",
Name: "game",
Primary: "startindex",
Index: []string{"gameid", "status", "admin", "admin_status", "category_status"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment