diff --git a/models/game_session.json b/models/game_session.json index 76a99df..53f7441 100644 --- a/models/game_session.json +++ b/models/game_session.json @@ -116,12 +116,10 @@ "codes": [ { "field": "status", - "table": "appcodes", + "table": "appcodes_kv", "valuefield": "k", "textfield": "v", - "cond": { - "parentid": "game_session_status" - } + "cond": "parentid='game_session_status'" } ] } \ No newline at end of file