X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=monitor%2Fdatabase%2Finfo%2Faction.py;h=6554de83a23faa08b795bda48be523aef147e980;hp=f324daaddb3b864f2f142e663d8674684bc9944e;hb=45fea95bb898f254ea7e987d7417e9091885fbee;hpb=c5feffe8397bcf1be66876aec558cac6f8a41e9d diff --git a/monitor/database/info/action.py b/monitor/database/info/action.py index f324daa..6554de8 100644 --- a/monitor/database/info/action.py +++ b/monitor/database/info/action.py @@ -112,6 +112,8 @@ class ActionRecord(Entity): # NOTE: in case an exception is thrown while trying to perform an action. error_string = Field(String, default=None) + log_path = Field(String, default=None) + #issue = ManyToOne('IssueRecord') # NOTE: this is the parent relation to fb records. first create the # action record, then append to this value all of the findbad records we