You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-schema/lib/NGCP/Schema/ngcp.pm

20 lines
528 B

package NGCP::Schema::ngcp;
use Sipwise::Base;
our $VERSION = '1.000';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Schema';
__PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-02-05 17:13:10
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HaeajGU5mgRqKaRe2CK56A
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable(inline_constructor => 0);
1;