aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Schema.pm
diff options
context:
space:
mode:
authorJon Robertson <jonrober@stanford.edu>2014-10-09 22:24:18 -0700
committerJon Robertson <jonrober@stanford.edu>2014-10-09 22:24:18 -0700
commit58186415a0f232cf84ced650ecc1326df66f9c6d (patch)
tree5b34314712a2dd22497dbeab8692a1f3edc03762 /perl/lib/Wallet/Schema.pm
parent94cfb1c7969515a863d7b0e09f00b6ced5f4fc5c (diff)
Added new column in the Duo table
New column is required to differentiate the Duo table entries now that we have more than one Duo object type. Added the new field and rebuilt schema definitions and upgrade files. Change-Id: Icf538eaded93f4f2820984c087d4850a586a7db1
Diffstat (limited to 'perl/lib/Wallet/Schema.pm')
-rw-r--r--perl/lib/Wallet/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Schema.pm b/perl/lib/Wallet/Schema.pm
index cb4c93e..5b850c0 100644
--- a/perl/lib/Wallet/Schema.pm
+++ b/perl/lib/Wallet/Schema.pm
@@ -18,7 +18,7 @@ use base 'DBIx::Class::Schema';
# 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.
-our $VERSION = '0.09';
+our $VERSION = '0.10';
__PACKAGE__->load_namespaces;
__PACKAGE__->load_components (qw/Schema::Versioned/);