# HG changeset patch # User hodgestar # Date 1272628550 0 # Node ID 07a27f6bcadb4713e3ef4b6d1e9e9bf9cd010a76 # Parent da6f033cc1d24301cb9c7091decfe0efa93da314 0.6dev: Merge of [866] from trunk. diff --git a/bitten/upgrades.py b/bitten/upgrades.py --- a/bitten/upgrades.py +++ b/bitten/upgrades.py @@ -150,9 +150,9 @@ cursor.execute(stmt) # it's safe to make the last activity the stop time of the build - cursor.execute("INSERT INTO bitten_build (config,rev,rev_time,platform," + cursor.execute("INSERT INTO bitten_build (id,config,rev,rev_time,platform," "slave,started,stopped,last_activity,status) " - "SELECT config,rev,rev_time,platform," + "SELECT id,config,rev,rev_time,platform," "slave,started,stopped,stopped,status FROM old_build_v11") def add_config_to_reports(env, db):