Bug 36002: DBIC schema update

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-04-30 13:35:46 +00:00
parent 7edc3652f0
commit 87b921726a
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -171,13 +171,6 @@ notes related to this order line, made for staff
notes related to this order line, made for vendor
=head2 purchaseordernumber
data_type: 'longtext'
is_nullable: 1
not used? always NULL
=head2 basketno
data_type: 'integer'
@ -479,8 +472,6 @@ __PACKAGE__->add_columns(
{ data_type => "longtext", is_nullable => 1 },
"order_vendornote",
{ data_type => "longtext", is_nullable => 1 },
"purchaseordernumber",
{ data_type => "longtext", is_nullable => 1 },
"basketno",
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 },
"timestamp",
@ -814,8 +805,8 @@ Composing rels: L</aqorder_users> -> borrowernumber
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber");
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-06 17:56:52
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aaj6mc1M13YFx5P0aXMiEQ
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-04-30 13:34:51
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FyRqcj4OmkBR6PpW3tY8bA
__PACKAGE__->belongs_to(
"basket",