From: Tony Mack Date: Wed, 21 Feb 2007 20:00:41 +0000 (+0000) Subject: - add 'ext_consortium_id' to Site.fields X-Git-Tag: PLCAPI-4.2-0~181 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2b287c3cda2d85a416f673e432ce50a6214876b7;p=plcapi.git - add 'ext_consortium_id' to Site.fields --- diff --git a/PLC/Sites.py b/PLC/Sites.py index 19b15d62..4749f84f 100644 --- a/PLC/Sites.py +++ b/PLC/Sites.py @@ -43,6 +43,7 @@ class Site(Row): 'node_ids': Parameter([int], "List of site node identifiers"), 'peer_id': Parameter(int, "Peer to which this site belongs", nullok = True), 'peer_site_id': Parameter(int, "Foreign site identifier at peer", nullok = True), + 'ext_consortium_id': Parameter(int, "external consortium id", nullok = True) } # for Cache