summaryrefslogtreecommitdiff
path: root/perl/Wallet
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Wallet')
-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.