From 2b287c3cda2d85a416f673e432ce50a6214876b7 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 21 Feb 2007 20:00:41 +0000 Subject: [PATCH] - add 'ext_consortium_id' to Site.fields --- PLC/Sites.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.0