From: Faiyaz Ahmed Date: Tue, 9 Jun 2009 18:33:17 +0000 (+0000) Subject: FOrgot created/last_updated fields. X-Git-Tag: sfa-0.9-0@14641~324 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=039dc09d2a210451ba501cb42845ca83044ad5df;p=sfa.git FOrgot created/last_updated fields. --- diff --git a/geni/util/record.py b/geni/util/record.py index 2d81b251..34e98fee 100644 --- a/geni/util/record.py +++ b/geni/util/record.py @@ -34,6 +34,8 @@ class GeniRecord(dict): 'hrn': Parameter(str, "Human readable name of object"), 'gid': Parameter(str, "GID of the object"), 'type': Parameter(str, "Record type"), + 'last_updated': Parameter(int, 'Date and time of last update'), + 'date_created': Parameter(int, 'Date and time this record was created'), } internal_fields = {