public static bool SchemaScriptHasBeenRun(Guid applicationId, String scriptFile) { try { return(DBPortal.SchemaScriptHistoryExists(applicationId, scriptFile)); } catch (DbException) { } return(false); }