Вот такой текст выдается при сравнении баз, это нормально? 
 
Update database tables and fields: 
Table and field definitions should be updated 
There seems to be a number of differencies between the database and the selected SQL-file. Please select which statements you want to execute in order to update your database: 
 
Changing fields 
	select/deselect all 
	ALTER TABLE tx_datamintsnewsticker_settings CHANGE shortenSubtitle shortenSubtitle int(11); 
	Current value: int(11) default '' 
	ALTER TABLE tx_datamintsnewsticker_settings CHANGE stopScroll stopScroll tinyint(3); 
	Current value: tinyint(3) default '' 
	ALTER TABLE tx_tettnewsticker_settings CHANGE oldScroller oldScroller int(1); 
	Current value: int(1) default '' 
Remove unused fields (rename with prefix) 
	select/deselect all 
	(EXT) ALTER TABLE pages CHANGE tx_ncstaticfilecache_cache zzz_deleted_tx_ncstaticfilecache_cache tinyint(1) default '1'; 
	(EXT) ALTER TABLE pages CHANGE tx_realurl_exclude zzz_deleted_tx_realurl_exclude int(1) NOT NULL default '0'; 
	(EXT) ALTER TABLE pages_language_overlay CHANGE tx_realurl_pathsegment zzz_deleted_tx_realurl_pathsegment varchar(60) NOT NULL default ''; 
	(EXT) ALTER TABLE tt_address CHANGE tx_lumogooglemaps_longitude zzz_deleted_tx_lumogooglemaps_longitude tinytext NOT NULL; 
	(EXT) ALTER TABLE tt_address CHANGE tx_lumogooglemaps_latitude zzz_deleted_tx_lumogooglemaps_latitude tinytext NOT NULL; 
	(EXT) ALTER TABLE tt_content CHANGE tx_mkimagemultilink_targets zzz_deleted_tx_mkimagemultilink_targets blob NOT NULL; 
	(EXT) ALTER TABLE tt_content CHANGE tx_kjimagelightbox2_activate zzz_deleted_tx_kjimagelightbox2_activate tinyint(3) NOT NULL default '0'; 
	(EXT) ALTER TABLE tt_content CHANGE tx_kjimagelightbox2_imageset zzz_deleted_tx_kjimagelightbox2_imageset tinyint(3) NOT NULL default '0'; 
	(EXT) ALTER TABLE tt_content CHANGE tx_kjimagelightbox2_presentation zzz_deleted_tx_kjimagelightbox2_presentation tinyint(3) NOT NULL default '0'; 
	(EXT) ALTER TABLE tt_content CHANGE tx_kjimagelightbox2_hovereffect zzz_deleted_tx_kjimagelightbox2_hovereffect tinyint(3) NOT NULL default '0'; 
Drop fields (really!) 
	select/deselect all 
	ALTER TABLE be_groups DROP zzz_deleted_tt_news_categorymounts; 
	ALTER TABLE be_users DROP zzz_deleted_tt_news_categorymounts; 
	ALTER TABLE pages DROP zzz_deleted_tx_realurl_exclude; 
	ALTER TABLE pages_language_overlay DROP zzz_deleted_tx_realurl_pathsegment; 
	ALTER TABLE sys_domain DROP KEY tx_realurl; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_uid; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_pid; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_tstamp; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_crdate; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_cruser_id; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_to; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_subject; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_sender; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_redirect; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_requiredfields; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_htmltemplate; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_replyto; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_subject_user; 
	ALTER TABLE tx_thmailformplus_main DROP zzz_deleted_email_sendtouser; 
Removing tables (rename with prefix) 
	select/deselect all 
	ALTER TABLE link_cache RENAME zzz_deleted_link_cache; 
	Records in table: 1638 
	ALTER TABLE link_oldlinks RENAME zzz_deleted_link_oldlinks; 
	Records in table: 1466 
	(EXT) ALTER TABLE tx_chflashcarrousel_flyingimages RENAME zzz_deleted_tx_chflashcarrousel_flyingimages; 
	 
	(EXT) ALTER TABLE tx_gsislideshow_images RENAME zzz_deleted_tx_gsislideshow_images; 
	Records in table: 2 
	(EXT) ALTER TABLE tx_ncstaticfilecache_file RENAME zzz_deleted_tx_ncstaticfilecache_file; 
	Records in table: 1 
	(EXT) ALTER TABLE tx_realurl_chashcache RENAME zzz_deleted_tx_realurl_chashcache; 
	Records in table: 3 
	(EXT) ALTER TABLE tx_realurl_errorlog RENAME zzz_deleted_tx_realurl_errorlog; 
	Records in table: 4 
	(EXT) ALTER TABLE tx_realurl_pathcache RENAME zzz_deleted_tx_realurl_pathcache; 
	 
	(EXT) ALTER TABLE tx_realurl_redirects RENAME zzz_deleted_tx_realurl_redirects; 
	 
	(EXT) ALTER TABLE tx_realurl_uniqalias RENAME zzz_deleted_tx_realurl_uniqalias; 
	 
	(EXT) ALTER TABLE tx_realurl_urldecodecache RENAME zzz_deleted_tx_realurl_urldecodecache; 
	 
	(EXT) ALTER TABLE tx_realurl_urlencodecache RENAME zzz_deleted_tx_realurl_urlencodecache; 
	 
	(EXT) ALTER TABLE tx_rtehtmlarea_acronym RENAME zzz_deleted_tx_rtehtmlarea_acronym; 
	 
	(EXT) ALTER TABLE tx_sfmflowgallery_gallery RENAME zzz_deleted_tx_sfmflowgallery_gallery; 
	Records in table: 1 
	(EXT) ALTER TABLE tx_sfmflowgallery_pix RENAME zzz_deleted_tx_sfmflowgallery_pix; 
	Records in table: 2 
	(EXT) ALTER TABLE tx_sfmflowgallery_pix_gallery_id_mm RENAME zzz_deleted_tx_sfmflowgallery_pix_gallery_id_mm; 
	Records in table: 2
		 
		
		
		
		
		
		
		
	 |