Merge pull request #42 from solgenomics/topic/duplicate_image_warning
[cxgn-corelibs.git] / lib / CXGN / People / Schema.pm
blob88caec8878fbb89160f6fb1269fdc96bd8843acf
1 use utf8;
2 package CXGN::People::Schema;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
7 use strict;
8 use warnings;
10 use base 'DBIx::Class::Schema';
12 __PACKAGE__->load_namespaces;
15 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-02-26 16:04:21
16 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yzo7w3ERa03ak5AlpOd94A
18 # the CXGN::People::Schema files was generated using the following command line:
19 # perl -MDBIx::Class::Schema::Loader=make_schema_at,dump_to_dir:./lib -e 'make_schema_at("CXGN::People::Schema", { debug => 1, db_schema=>'sgn_people' }, [ "dbi:Pg:dbname=cxgn_fixture","postgres", "[password]" ])'
21 # You can replace this text with custom code or comments, and it will be preserved on regeneration