Subversion Repositories SmartDukaan

Rev

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

Rev 23865 Rev 23866
Line 35... Line 35...
35
 
35
 
36
	/*
36
	/*
37
	 * Value so big so that it got to run only once.
37
	 * Value so big so that it got to run only once.
38
	 * 
38
	 * 
39
	 */
39
	 */
40
	@Scheduled(cron = "0 0 17 5 7 ? 2018")
40
	@Scheduled(cron = "0 0 17 5 7 ?")
41
	public void migrateLineItems() throws Throwable {
41
	public void migrateLineItems() throws Throwable {
42
		log.info("Started run Once");
42
		log.info("Started run Once");
43
		runOnceTasks.migarateLineItemsToNewTable();
43
		runOnceTasks.migarateLineItemsToNewTable();
44
	}
44
	}
45
}
45
}