Bug 11891: (follow-up) remove custom storage class
[koha.git] / Koha / Schema.pm
1 use utf8;
2 package Koha::Schema;
3
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
6
7 use strict;
8 use warnings;
9
10 use base 'DBIx::Class::Schema';
11
12 __PACKAGE__->load_namespaces;
13
14
15 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
16 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw
17
18
19 # You can replace this text with custom content, and it will be preserved on regeneration
20 1;