- add 'ext_consortium_id' to Site.fields
authorTony Mack <tmack@cs.princeton.edu>
Wed, 21 Feb 2007 20:00:41 +0000 (20:00 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 21 Feb 2007 20:00:41 +0000 (20:00 +0000)
PLC/Sites.py

index 19b15d6..4749f84 100644 (file)
@@ -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