diff --git a/DB.hs b/DB.hs
--- a/DB.hs
+++ b/DB.hs
@@ -154,7 +154,7 @@
     do handleSql 
         (\e -> fail $ "Error adding podcast; perhaps this URL already exists\n"
                ++ show e) $
-               run dbh "INSERT INTO podcasts (castname, feedurl, pcenabled, lastupdate, lastattempt, failedattempts) VALUES (?, ?, ?, ?, ?, ?, ?)"
+               run dbh "INSERT INTO podcasts (castname, feedurl, pcenabled, lastupdate, lastattempt, failedattempts) VALUES (?, ?, ?, ?, ?, ?)"
                          [toSql (castname podcast), toSql (feedurl podcast),
                           toSql (fromEnum (pcenabled podcast)),
                           toSql (lastupdate podcast),
diff --git a/hpodder.cabal b/hpodder.cabal
--- a/hpodder.cabal
+++ b/hpodder.cabal
@@ -1,5 +1,5 @@
 Name: hpodder
-Version: 1.0.2
+Version: 1.0.3
 License: GPL
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Author: John Goerzen
