Bug 8798: DBIx::Class base classes for all Koha tables
[koha.git] / Koha / Schema.pm
1 package Koha::Schema;
2
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
5
6 use strict;
7 use warnings;
8
9 use base 'DBIx::Class::Schema';
10
11 __PACKAGE__->load_namespaces;
12
13
14 # Created by DBIx::Class::Schema::Loader v0.07000 @ 2012-09-02 08:44:15
15 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HQBaQAYvjvZj3xPakhjuPw
16
17
18 # You can replace this text with custom content, and it will be preserved on regeneration
19 1;