38522: DBIC schema update

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-12-05 12:44:16 +00:00
parent 7df4eda9ec
commit 50fd4a6033
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -88,9 +88,8 @@ priority of the renewal
=head2 license_info
data_type: 'varchar'
data_type: 'mediumtext'
is_nullable: 1
size: 80
info about the license
@ -114,7 +113,7 @@ __PACKAGE__->add_columns(
"renewal_priority",
{ data_type => "varchar", is_nullable => 1, size => 80 },
"license_info",
{ data_type => "varchar", is_nullable => 1, size => 80 },
{ data_type => "mediumtext", is_nullable => 1 },
);
=head1 PRIMARY KEY
@ -267,8 +266,8 @@ Composing rels: L</erm_eholdings_packages_agreements> -> package
__PACKAGE__->many_to_many("packages", "erm_eholdings_packages_agreements", "package");
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-11 11:52:09
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N93LnvdKirtuV6BSrTGzVg
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-12-05 12:43:20
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xIOE4v6oCypgauXw3feURg
__PACKAGE__->has_many(
"user_roles",