@@ -779,6 +779,7 @@ void decryptfield (sqlite3_context *context, int argc, sqlite3_value **argv) {
// [self alterTable:@"model" columns:@"product" rename:YES db:db];
[self alterTable:@"product" columns:@"has_bundle integer;is_active integer;item_id integer" rename:NO db:db];
+ [self alterTable:@"product" columns:@"ship_via text" rename:NO db:db];
[self alterTable:@"model_image" columns:@"item_id integer;picture_id integer" rename:NO db:db];