about summary refs log tree commit diff
path: root/lib/jitterbug/Schema.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:09 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:09 +0100
commite03879fe743957c24949000d078f4ffe0d2ef02c (patch)
tree613c1dbb2fa0102a15f2e2929c2762b4aacc420d /lib/jitterbug/Schema.pm
parentadd configuration option to skip some branches; add tests for the Hook (diff)
downloadjitterbug-e03879fe743957c24949000d078f4ffe0d2ef02c.tar.gz
inside the hook, we check if we can add more than one task for this
project

the schema is updated to remove the constraint
Diffstat (limited to 'lib/jitterbug/Schema.pm')
-rw-r--r--lib/jitterbug/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jitterbug/Schema.pm b/lib/jitterbug/Schema.pm
index f47d7e9..c671d78 100644
--- a/lib/jitterbug/Schema.pm
+++ b/lib/jitterbug/Schema.pm
@@ -1,7 +1,7 @@
 package jitterbug::Schema;
 use base qw/DBIx::Class::Schema/;
 
-our $VERSION = '3';
+our $VERSION = '4';
 
 __PACKAGE__->load_namespaces();