=encoding UTF-8

=head1 NAME

Changes - Revision history for NGCP-Schema

=head2 2.007  2013-10-29

=over

=item Add label column to voip_subscribers table.
=item Add relation from provisioning sub to billing sub.
=item MT#3977 Add schema to support PBX multiline config
=item MT#3977 Add PBX firmware version column.
=item MT#4025 Link contract and sound set tables.
=item MT#4225 remove nugatory modules to save memory
=item MT#4135 Only load certain Helper::ResultSet::*
=item MT#4145 Change contacts.postcode to varchar.
=item MT#4123 warning gone in newer version
=item MT#3997 Add via_route column to voip_peer_hosts.
=item MT#4007 Add voip_pbx_autoattendants schema.
=item MT#3971 Add max_subscribers column to contracts.
=item MT#4685 Don't tie firmware to profile.

=back

=head2 2.006  2013-09-20

=over

=item Add pbx device autoprovisioning tables.

=back

=head2 2.005  2013-09-11

=over

=item Add pbx group table and pbx related fields/rels

=item Sync voip_pbx_groups to underlying database changes

=item Align to new product class enum

=item Fix relation to voip_rewrite_rule_sets

=item Move test.conf to a share directory to make it accessible from schema consumers

=back

=head2 2.004  2013-08-06

deflate messages timestamp to micro precision

=head2 2.003  2013-08-02

relicense GPL3+

=head2 2.002  2013-07-24

inflation of epoch stored as string

=head2 2.001  2013-07-19

=over

=item load DBIx::Class::Helper::ResultSet for C<SetOperations>/C<union> method

=item inflation of epoch with milliseconds data type

=back

=head2 2.000  2013-07-15

=over

=item result classes in a single namespace (see L<NGCP::Schema/INCOMPATIBILITIES)

=item unify access to tables through configuration item C<ngcp_connect_info>

=back

=head2 1.003  2013-06-27

add component for JSON serialisation hooks

=head2 1.002  2013-06-14

=over

=item relax connect_info for passed-through DBI attributes

=item automatically encode password columns

=back

=head2 1.001  2013-05-14

=over

=item add L<DBIx::Class::InflateColumn::DateTime> to classes

=item simple test for checking consistency of moniker naming against the
database

=item column accessors that collide with built-in/autoboxed methods are
prefixed with C<column_>

=item domain handling

=item port configuration and exception handling from ossbss

=back

=head2 1.000  2013-02-05

Initial release.