package org.kuali.db.jdbc;
public enum DatabaseManagerMode {
NOOP // Do nothing
, DROP_CREATE; // Drop then create the db
}