Bug 24722: DBIC changes
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
08576a23cc
commit
b09f5726af
1 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ __PACKAGE__->table("reserves");
|
|||
=head2 priority
|
||||
|
||||
data_type: 'smallint'
|
||||
is_nullable: 1
|
||||
is_nullable: 0
|
||||
|
||||
=head2 found
|
||||
|
||||
|
@ -179,7 +179,7 @@ __PACKAGE__->add_columns(
|
|||
"reservenotes",
|
||||
{ data_type => "longtext", is_nullable => 1 },
|
||||
"priority",
|
||||
{ data_type => "smallint", is_nullable => 1 },
|
||||
{ data_type => "smallint", is_nullable => 0 },
|
||||
"found",
|
||||
{ data_type => "varchar", is_nullable => 1, size => 1 },
|
||||
"timestamp",
|
||||
|
@ -336,8 +336,8 @@ __PACKAGE__->belongs_to(
|
|||
);
|
||||
|
||||
|
||||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-10-01 07:08:48
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Pc5zh5iFbdwko5KS51Y9Uw
|
||||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-25 11:25:52
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8f97w2B7OZT7KP+MKelI8g
|
||||
|
||||
__PACKAGE__->belongs_to(
|
||||
"item",
|
||||
|
|
Loading…
Reference in a new issue