Subversion Repositories SmartDukaan

Rev

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

Rev 7183 Rev 7186
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);
-
 
87
 
86
 
88
	}
87
	}
89
 
88
 
90
	private void migrateWarrantyForCategory(Long catgoryId) throws Exception {
89
	private void migrateWarrantyForCategory(Long catgoryId) throws Exception {
91
		Collection<Entity> entities = CreationUtils.getEntities(catgoryId);
90
		Collection<Entity> entities = CreationUtils.getEntities(catgoryId);