Bug 17047: Schema changes

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Nick Clemens 2019-01-23 13:10:39 +00:00
parent 688a1f2adc
commit 055e709d44
2 changed files with 18 additions and 4 deletions

View file

@ -105,6 +105,11 @@ __PACKAGE__->table("saved_sql");
is_nullable: 1
size: 80
=head2 mana_id
data_type: 'integer'
is_nullable: 1
=cut
__PACKAGE__->add_columns(
@ -148,6 +153,8 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", is_nullable => 1, size => 80 },
"report_subgroup",
{ data_type => "varchar", is_nullable => 1, size => 80 },
"mana_id",
{ data_type => "integer", is_nullable => 1 },
);
=head1 PRIMARY KEY
@ -163,8 +170,8 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("id");
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7UCqSsNMGdq+S7MwZulmwA
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f7wxGGnBk3z6mw2CkaeD9A
# You can replace this text with custom content, and it will be preserved on regeneration

View file

@ -271,6 +271,11 @@ __PACKAGE__->table("subscription");
is_nullable: 1
size: 10
=head2 mana_id
data_type: 'integer'
is_nullable: 1
=cut
__PACKAGE__->add_columns(
@ -358,6 +363,8 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", is_nullable => 1, size => 10 },
"previousitemtype",
{ data_type => "varchar", is_nullable => 1, size => 10 },
"mana_id",
{ data_type => "integer", is_nullable => 1 },
);
=head1 PRIMARY KEY
@ -445,8 +452,8 @@ __PACKAGE__->has_many(
);
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZRLfM/4h8VMLTgW7LkUYYA
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dTb/JOO3KQ3NZGypFbRiEw
# You can replace this text with custom content, and it will be preserved on regeneration