From f57c7b21a8709712e16f89db260a84e4b257d37d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 11 Apr 2007 20:29:10 +0000 Subject: [PATCH] - added field 'auth_method' --- PLC/Events.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PLC/Events.py b/PLC/Events.py index 836e8fb..726777c 100644 --- a/PLC/Events.py +++ b/PLC/Events.py @@ -4,7 +4,7 @@ # Tony Mack # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Events.py,v 1.11 2007/01/19 17:50:46 tmack Exp $ +# $Id: Events.py,v 1.12 2007/02/27 18:52:14 tmack Exp $ # from PLC.Faults import * @@ -24,6 +24,7 @@ class Event(Row): 'event_id': Parameter(int, "Event identifier"), 'person_id': Parameter(int, "Identifier of person responsible for event, if any"), 'node_id': Parameter(int, "Identifier of node responsible for event, if any"), + 'auth_type': Parameter(int, "Type of auth used. i.e. AuthMethod"), 'fault_code': Parameter(int, "Event fault code"), 'call_name': Parameter(str, "Call responsible for this event"), 'call': Parameter(str, "Call responsible for this event, including paramters"), -- 2.45.2