Subversion Repositories SmartDukaan

Rev

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

Rev 37567 Rev 37602
Line 384... Line 384...
384
                } catch (Exception e) {
384
                } catch (Exception e) {
385
                    LOGGER.warn("Invalid batchSize provided, defaulting to {}", batchSize);
385
                    LOGGER.warn("Invalid batchSize provided, defaulting to {}", batchSize);
386
                }
386
                }
387
            }
387
            }
388
            LOGGER.info("Starting migration for warehouse.inventoryItem.originalInventoryItemId with batchSize={}", batchSize);
388
            LOGGER.info("Starting migration for warehouse.inventoryItem.originalInventoryItemId with batchSize={}", batchSize);
389
            //migrations.migrateWarehouseOriginalInventoryItemId(batchSize);
389
            migrations.migrateWarehouseOriginalInventoryItemId(batchSize);
390
            LOGGER.info("Migration completed.");
390
            LOGGER.info("Migration completed.");
391
            System.exit(0);
391
            System.exit(0);
392
        }
392
        }
393
        if (args.containsOption("processSchemeOut")) {
393
        if (args.containsOption("processSchemeOut")) {
394
            System.out.println("Process schemeOut");
394
            System.out.println("Process schemeOut");