-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
117 lines (66 loc) · 2.32 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
=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.