



# Migrations
er.migration.migrateAtStartup=true
er.migration.createTablesIfNecessary=true
#commented out to make the system not look to the model only


# if you set the modelNames to the name of the EOModel, 
# Migrations will automatically look for that name(0)
# So
#er.migration.modelNames=Booking
# will look for Booking0  automatically

Booking.MigrationClassPrefix=com.eltek.migration.Booking
er.migration.modelNames=ERCoreBusinessLogic,Booking


# ERExtensions
# Transaction - Switching this to debug will start the sql ouputting.
log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=ALL


# if developmment mode the Properties.dev
# er.extensions.ERXApplication.developmentMode = false

