Hi Arthur,
I couldn't understand the commit message below. I could see that migrations are broken due to this commit. Can you elaborate what should be done here?
I usually run schemamigrations once I change something on the model, but it is not working anymore due to the following commit.
<snip> commit 9cd85a647703f080cecd0e5070ca81f8684ee7b4 Author: Arthur She arthur.she@linaro.org Date: Wed Oct 16 19:24:37 2013 -0700
Add new permission 'cancel_resubmit_testjob' to allow manipulating test jobs
- Bug #1172724 - Due to command "lava-server manage syncdb --all" will cause db migration fail and it need to modify lava-deployment-tool. Change to data migration method to add the new permission cancel_resubmit_testjob. - Anyone who has this permission can cancel / resubmit test jobs.
Change-Id: Ib5ee8cd4df2850f16747dc2e2cb182732cbec1cc Reviewed-on: https://staging.review.linaro.org/321 Reviewed-by: lava-bot lava-bot@linaro.org Reviewed-by: Antonio Terceiro antonio.terceiro@linaro.org </snip>
I would like to know what do you mean by the following:
<snip> Due to command "lava-server manage syncdb --all" will cause db migration fail and it need to modify lava-deployment-tool. Change to data migration method to add the new permission cancel_resubmit_testjob. </snip>
Thank You.
PS: Blocked on this for a long time now, since I couldn't modify the model for heartbeat check :(