summary refs log tree commit diff
path: root/lib/jitterbug/Schema.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-01-24 21:29:11 +0100
committerfranck cuny <franck@lumberjaph.net>2011-01-24 21:29:11 +0100
commit672eac1ffb7aaf62c651ee63cf069c8826dfca41 (patch)
tree415951e24248370fd9115c0efd38044c18dc1519 /lib/jitterbug/Schema.pm
parentupdate templates and css (diff)
downloadjitterbug-672eac1ffb7aaf62c651ee63cf069c8826dfca41.tar.gz
add version to our schema
Diffstat (limited to 'lib/jitterbug/Schema.pm')
-rw-r--r--lib/jitterbug/Schema.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/jitterbug/Schema.pm b/lib/jitterbug/Schema.pm
index 5014c12..5b42275 100644
--- a/lib/jitterbug/Schema.pm
+++ b/lib/jitterbug/Schema.pm
@@ -1,6 +1,8 @@
 package jitterbug::Schema;
 use base qw/DBIx::Class::Schema/;
 
+our $VERSION = '2';
+
 __PACKAGE__->load_namespaces();
 
 1;