# HG changeset patch # User hodgestar # Date 1286918910 0 # Node ID f606ee47b8ca138157861528c637193d5c46f4f2 # Parent ee95915922dd7be703ebf26f1f9e23ff443c94d4 Update bitten_build id sequence on PostgreSQL after re-creating bitten_build table when adding last_activity column. See #632. diff --git a/bitten/upgrades.py b/bitten/upgrades.py --- a/bitten/upgrades.py +++ b/bitten/upgrades.py @@ -157,6 +157,8 @@ "SELECT id,config,rev,rev_time,platform," "slave,started,stopped,stopped,status FROM old_build_v11") + update_sequence(env, db, 'bitten_build', 'id') + def add_config_to_reports(env, db): """Add the name of the build configuration as metadata to report documents stored in the BDB XML database."""