summaryrefslogtreecommitdiff
path: root/perl/Wallet/Schema.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-09-17 17:57:45 +0000
committerRuss Allbery <rra@stanford.edu>2007-09-17 17:57:45 +0000
commit604eb0dfd73390a72852b5eed850744089dd289e (patch)
tree2c02cb596019575062034f4f7b9684295311123e /perl/Wallet/Schema.pm
parent24e674cdbdc10702a49cdd53cece201c6124e14f (diff)
Add additional information about the history entry semantics when logging
flag changes.
Diffstat (limited to 'perl/Wallet/Schema.pm')
-rw-r--r--perl/Wallet/Schema.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm
index 5a818e3..d856433 100644
--- a/perl/Wallet/Schema.pm
+++ b/perl/Wallet/Schema.pm
@@ -314,6 +314,10 @@ used when type-specific data is changed, and in that case (and only that
case) some type-specific name for the data being changed is stored in
oh_type_field.
+When clearing a flag, oh_old will have the name of the flag and oh_new
+will be null. When setting a flag, oh_old will be null and oh_new will
+have the name of the flag.
+
oh_by stores the authenticated identity that made the change, oh_from stores
the host from which they made the change, and oh_on stores the time the
change was made.