--- votingapi.install	2006-06-09 21:38:00.000000000 -0700
+++ votingapi.install-fix	2007-04-19 01:14:10.000000000 -0700
@@ -254,4 +254,10 @@ function votingapi_update_9() {
   $ret[] = update_sql("ALTER TABLE {votingapi_cache} ADD COLUMN timestamp int(11) default NULL;");
   $ret[] = update_sql("UPDATE {votingapi_cache} SET timestamp = " . time() . " WHERE timestamp IS NULL;");
   return $ret;
-}
\ No newline at end of file
+}
+
+function votingapi_update_10() {
+ $ret = array();
+ $ret[] = update_sql("ALTER TABLE {votingapi_vote} CHANGE `content_type` `content_type` VARCHAR( 50 )");
+ return $ret;
+}
