table_column('block_rss_client','description','description','text');
}
+ if ($oldversion < 2005090201) {
+ modify_database('', 'ALTER TABLE prefix_block_rss_client
+ ALTER COLUMN title SET DEFAULT \'\',
+ ALTER COLUMN description SET DEFAULT \'\'');
+ }
+
return true;
}
// database (blocks_version) to determine whether upgrades should
// be performed (see db/backup_*.php)
-$blocks_version = 2005090200; // The current version is a date (YYYYMMDDXX)
+$blocks_version = 2005090201; // The current version is a date (YYYYMMDDXX)