From d12a9ff9bcc5f5172dcf1ecfd13bc692ef614df0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 9 Oct 2007 23:52:15 +0000 Subject: Fix foreign key reference in the history table for the object name. --- perl/Wallet/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index 46a5ef7..ec690e1 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -21,7 +21,7 @@ use DBI; # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so # that it will sort properly. -$VERSION = '0.01'; +$VERSION = '0.02'; ############################################################################## # Implementation @@ -289,7 +289,7 @@ this table: oh_type varchar(16) not null references objects(ob_type), oh_name varchar(255) - not null references objects(ob_object), + not null references objects(ob_name), oh_action varchar(16) not null, oh_field varchar(16) default null, oh_type_field varchar(255) default null, -- cgit v1.2.3