Subversion Repositories SmartDukaan

Rev

Rev 2300 | Rev 2471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2300 Rev 2329
Line 69... Line 69...
69
			destinationDbPath = args[1];
69
			destinationDbPath = args[1];
70
			dryRun = args[2];
70
			dryRun = args[2];
71
		}
71
		}
72
		
72
		
73
		ContentMigrator contentmigrator = new ContentMigrator(sourceDbPath, destinationDbPath);
73
		ContentMigrator contentmigrator = new ContentMigrator(sourceDbPath, destinationDbPath);
74
		contentmigrator.migrateDataBack();
74
		//contentmigrator.migrateDataBack();
75
		//contentmigrator.migrateBrandModel(dryRun);
75
		contentmigrator.migrateBrandModel(dryRun);
76
		//contentmigrator.migrateData();
76
		//contentmigrator.migrateData();
77
		//contentmigrator.migrateRemoveBorrowedCategoryIdFromSlide();
77
		//contentmigrator.migrateRemoveBorrowedCategoryIdFromSlide();
78
		//contentmigrator.migrateModel1();
78
		//contentmigrator.migrateModel1();
79
		//contentmigrator.changeEntityState();
79
		//contentmigrator.changeEntityState();
80
		//contentmigrator.removeBrowserBullets();
80
		//contentmigrator.removeBrowserBullets();