summaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Admin.pm
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-16 16:44:37 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-16 16:45:03 -0700
commitf00065a90838efcc4d80c7490c46ee7c9a7bbcbf (patch)
treedef3b5342782e521784cad70c5645ea50eb0af1b /perl/lib/Wallet/Admin.pm
parent3e913fa65e9e5c1d687372b89b5467edb3e77973 (diff)
Register the duo object type on database creationrelease/1.1
Change-Id: I1c53e0503b29d7add289d26e67b11f9789ba8ad8 Reviewed-on: https://gerrit.stanford.edu/1576 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/lib/Wallet/Admin.pm')
-rw-r--r--perl/lib/Wallet/Admin.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Admin.pm b/perl/lib/Wallet/Admin.pm
index 33e2a7d..d32a0c2 100644
--- a/perl/lib/Wallet/Admin.pm
+++ b/perl/lib/Wallet/Admin.pm
@@ -23,7 +23,7 @@ use Wallet::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.
-$VERSION = '0.07';
+$VERSION = '0.08';
# The last non-DBIx::Class version of Wallet::Schema. If a database has no
# DBIx::Class versioning, we artificially install this version number before
@@ -125,6 +125,7 @@ sub default_data {
# types default rows.
my @record = ([ qw/ty_name ty_class/ ],
+ [ 'duo', 'Wallet::Object::Duo' ],
[ 'file', 'Wallet::Object::File' ],
[ 'keytab', 'Wallet::Object::Keytab' ],
[ 'wa-keyring', 'Wallet::Object::WAKeyring' ]);