Subversion Repositories SmartDukaan

Rev

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

Rev 7131 Rev 7183
Line 79... Line 79...
79
		// sourceDbPath = args[0];
79
		// sourceDbPath = args[0];
80
		// destinationDbPath = args[1];
80
		// destinationDbPath = args[1];
81
		// dryRun = args[2];
81
		// dryRun = args[2];
82
		// }
82
		// }
83
		//
83
		//
84
		ContentMigrator contentmigrator = new ContentMigrator(sourceDbPath,destinationDbPath);
84
		//ContentMigrator contentmigrator = new ContentMigrator(sourceDbPath,destinationDbPath);
85
		contentmigrator.migrateTabletsBack();
85
		//contentmigrator.migrateTabletsBack();
-
 
86
		CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
86
 
87
 
87
	}
88
	}
88
 
89
 
89
	private void migrateWarrantyForCategory(Long catgoryId) throws Exception {
90
	private void migrateWarrantyForCategory(Long catgoryId) throws Exception {
90
		Collection<Entity> entities = CreationUtils.getEntities(catgoryId);
91
		Collection<Entity> entities = CreationUtils.getEntities(catgoryId);