38522: DBIC schema update
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
7df4eda9ec
commit
50fd4a6033
1 changed files with 4 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue