View | Details | Raw Unified | Return to bug 39132
Collapse All | Expand All

(-)a/Koha/Schema.pm (-2 / +2 lines)
Lines 1-5 Link Here
1
use utf8;
1
use utf8;
2
3
package Koha::Schema;
2
package Koha::Schema;
4
3
5
# Created by DBIx::Class::Schema::Loader
4
# Created by DBIx::Class::Schema::Loader
Lines 12-19 use base 'DBIx::Class::Schema'; Link Here
12
11
13
__PACKAGE__->load_namespaces;
12
__PACKAGE__->load_namespaces;
14
13
14
15
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
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
16
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw
17
17
18
18
# You can replace this text with custom content, and it will be preserved on regeneration
19
# You can replace this text with custom content, and it will be preserved on regeneration
19
1;
20
1;
20
- 

Return to bug 39132