about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-03 11:37:20 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-03 11:37:20 +0200
commit22d9fce19bb43dd50fccac6e8461c5fcffa2308b (patch)
tree622180456a36fb416ea193177bfb9d1fe89269ba
parentscript to deploy new schema (diff)
downloadjitterbug-22d9fce19bb43dd50fccac6e8461c5fcffa2308b.tar.gz
add schema
-rw-r--r--lib/jitterbug/Schema.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/jitterbug/Schema.pm b/lib/jitterbug/Schema.pm
new file mode 100644
index 0000000..5014c12
--- /dev/null
+++ b/lib/jitterbug/Schema.pm
@@ -0,0 +1,6 @@
+package jitterbug::Schema;
+use base qw/DBIx::Class::Schema/;
+
+__PACKAGE__->load_namespaces();
+
+1;