Bugzilla – Attachment 102383 Details for
Bug 4461
Add a context-sensitive report a problem process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4461: dbic schema update
Bug-4461-dbic-schema-update.patch (text/plain), 1.95 KB, created by
Jonathan Druart
on 2020-04-03 13:13:39 UTC
(
hide
)
Description:
Bug 4461: dbic schema update
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-03 13:13:39 UTC
Size:
1.95 KB
patch
obsolete
>From 2d85a93d37c17a5698e41b5a81e69c3ef017e787 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 3 Apr 2020 14:39:45 +0200 >Subject: [PATCH] Bug 4461: dbic schema update > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/Schema/Result/ProblemReport.pm | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > >diff --git a/Koha/Schema/Result/ProblemReport.pm b/Koha/Schema/Result/ProblemReport.pm >index f2655b5a7d..5df3c7a065 100644 >--- a/Koha/Schema/Result/ProblemReport.pm >+++ b/Koha/Schema/Result/ProblemReport.pm >@@ -66,9 +66,8 @@ __PACKAGE__->table("problem_reports"); > > =head2 problempage > >- data_type: 'varchar' >+ data_type: 'text' > is_nullable: 1 >- size: 255 > > =head2 recipient > >@@ -87,7 +86,7 @@ __PACKAGE__->table("problem_reports"); > =head2 status > > data_type: 'varchar' >- default_value: 'NEW' >+ default_value: 'New' > is_nullable: 0 > size: 6 > >@@ -118,7 +117,7 @@ __PACKAGE__->add_columns( > "username", > { data_type => "varchar", is_nullable => 1, size => 75 }, > "problempage", >- { data_type => "varchar", is_nullable => 1, size => 255 }, >+ { data_type => "text", is_nullable => 1 }, > "recipient", > { > data_type => "enum", >@@ -134,7 +133,7 @@ __PACKAGE__->add_columns( > is_nullable => 0, > }, > "status", >- { data_type => "varchar", default_value => "NEW", is_nullable => 0, size => 6 }, >+ { data_type => "varchar", default_value => "New", is_nullable => 0, size => 6 }, > ); > > =head1 PRIMARY KEY >@@ -182,8 +181,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2020-03-18 22:36:43 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XQn+sJwh4s+EK9vf2gQ7Qw >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-03 12:13:26 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ho9ENAxH51/ZlZO9KD4KOQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4461
:
58887
|
59032
|
61654
|
65871
|
66253
|
66323
|
66324
|
98687
|
98688
|
98689
|
98725
|
99551
|
99599
|
99600
|
99601
|
99602
|
99603
|
99633
|
99635
|
99636
|
99637
|
99638
|
99639
|
99929
|
99930
|
99931
|
99932
|
99933
|
99934
|
99935
|
99936
|
99937
|
99938
|
99939
|
99940
|
99941
|
99942
|
100488
|
100489
|
100490
|
100491
|
100492
|
100493
|
100494
|
100495
|
100496
|
100497
|
100498
|
100499
|
100500
|
100506
|
100507
|
100508
|
100509
|
100510
|
100511
|
100512
|
100513
|
100514
|
100515
|
100516
|
100517
|
100518
|
100519
|
100520
|
100521
|
100522
|
100523
|
100524
|
100619
|
100989
|
100990
|
102188
|
102189
|
102190
|
102191
|
102192
|
102193
|
102194
|
102195
|
102196
|
102198
|
102200
|
102201
|
102202
|
102203
|
102204
|
102205
|
102206
|
102207
|
102208
|
102209
|
102210
|
102211
|
102253
|
102279
|
102281
|
102308
|
102309
|
102310
|
102311
|
102312
|
102313
|
102314
|
102315
|
102316
|
102317
|
102318
|
102319
|
102320
|
102321
|
102322
|
102323
|
102324
|
102325
|
102326
|
102327
|
102328
|
102329
|
102330
|
102331
|
102358
|
102359
|
102360
|
102361
|
102362
|
102363
|
102364
|
102365
|
102366
|
102367
|
102368
|
102369
|
102370
|
102371
|
102372
|
102373
|
102374
|
102375
|
102376
|
102377
|
102378
|
102379
|
102380
|
102381
|
102382
| 102383 |
102384
|
102385
|
102386