Bug 16414 - Update Schema

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Kyle Hall 2016-05-06 18:08:27 +00:00
parent 1e9201137a
commit 47dc399971

View file

@ -158,11 +158,6 @@ __PACKAGE__->table("aqorders");
is_foreign_key: 1
is_nullable: 0
=head2 budgetgroup_id
data_type: 'integer'
is_nullable: 0
=head2 budgetdate
data_type: 'date'
@ -305,8 +300,6 @@ __PACKAGE__->add_columns(
{ data_type => "float", is_nullable => 1, size => [6, 4] },
"budget_id",
{ data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
"budgetgroup_id",
{ data_type => "integer", is_nullable => 0 },
"budgetdate",
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
"sort1",
@ -544,8 +537,8 @@ Composing rels: L</aqorder_users> -> borrowernumber
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber");
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-10 19:38:20
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2kQhxUE0pZ3PpwOqGtvB+g
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-05-06 18:07:43
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SQC7q+ZeARRBGvdzzWgSkw
# You can replace this text with custom code or comments, and it will be preserved on regeneration