From b58a3611ebe09d434a50fd34d8f838183e78b5ce Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 5 Apr 2009 16:35:13 +0200 Subject: add db schema --- lib/intentioncloud/Schema.pm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lib/intentioncloud/Schema.pm diff --git a/lib/intentioncloud/Schema.pm b/lib/intentioncloud/Schema.pm new file mode 100644 index 0000000..cead1c4 --- /dev/null +++ b/lib/intentioncloud/Schema.pm @@ -0,0 +1,35 @@ +package intentioncloud::Schema; + +use strict; +use base qw/DBIx::Class::Schema::Loader/; + +__PACKAGE__->loader_options( + relationships => 1, + # debug => 1, +); + +=head1 NAME + +intentioncloud::Schema - DBIx::Class::Schema::Loader class + +=head1 SYNOPSIS + +See L + +=head1 DESCRIPTION + +Generated by L for use in L + +=head1 AUTHOR + +franck cuny,,, + +=head1 LICENSE + +This library is free software, you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut + +1; + -- cgit v1.2.3