X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSites.py;fp=PLC%2FSites.py;h=4749f84f32a541bfcf842e74e82b106671e132e8;hb=2b287c3cda2d85a416f673e432ce50a6214876b7;hp=19b15d623435c3c66b9b396996d4c77ef0621693;hpb=07982140f95f85fd818cf88cc05dee67425bd62a;p=plcapi.git diff --git a/PLC/Sites.py b/PLC/Sites.py index 19b15d6..4749f84 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