OI Countdown Duration table modification

I am new to Android, so I started with the OI Countdown app. I added a new field to the Durations table, but when I run it on the emulator it fails as soon as the Database is accessed. I am pretty sure I added the field correctly (it had to be added in several places in both the Countdown.java and CountdownProvider.java classes). I am using AndroidSDK1.5_r1 and Eclipse 3.4.2 (ganymede). Everything works fine on the emulator until I add the new field.

Thanks
ML

OI Countdown Duration table modification

I figured it out. It was a noob error, I missed a comma in the CreateTable method when I added the new field.

Sorry...