Quote:
Originally Posted by tandy
The error is because the column soundfx already exist, i just delete the column and the update recreate the column.
But if you run another update, the poblem come back till deleting the column.
|
Thing is it shouldn't try that again. each change comes with a version number, that way it only runs once, if you update it knows not to run that again. That field went in on 0.9.9, so it shouldn't try to add it again when going from 0.9.9 to 1.0.0
There where no database changes for 1.0.0 from 0.9.9, so the only thing that doesn't happen is the version number getting changed, everything should work properly. But it's been fixed now, so no one else should hit that.