Bugzilla – Attachment 178720 Details for
Bug 30888
Add a table for deletedauthorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30888: (QA follow-up) Correct dbrev 241200012
Bug-30888-QA-follow-up-Correct-dbrev-241200012.patch (text/plain), 1.64 KB, created by
Marcel de Rooy
on 2025-02-26 12:54:29 UTC
(
hide
)
Description:
Bug 30888: (QA follow-up) Correct dbrev 241200012
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-26 12:54:29 UTC
Size:
1.64 KB
patch
obsolete
>From faa26ff4026b3992de098b2a69eac2254cff2b5a Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 26 Feb 2025 12:52:28 +0000 >Subject: [PATCH] Bug 30888: (QA follow-up) Correct dbrev 241200012 >Content-Type: text/plain; charset=utf-8 > >Also adds empty string as default value for deletedauth_header.marcxml >in TestBuilder. > >Test plan: >Run dbrev. >Run t/db_dependent/TestBuilder.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/db_revs/241200012.pl | 2 +- > t/lib/TestBuilder.pm | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/241200012.pl b/installer/data/mysql/db_revs/241200012.pl >index 394157eac8..60381aa379 100755 >--- a/installer/data/mysql/db_revs/241200012.pl >+++ b/installer/data/mysql/db_revs/241200012.pl >@@ -12,7 +12,7 @@ return { > $dbh->do( > q| > CREATE TABLE `deletedauth_header` ( >- `authid` bigint(20) unsigned NOT NULL, >+ `authid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, > `authtypecode` varchar(10) NOT NULL DEFAULT '', > `datecreated` date DEFAULT NULL, > `modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index bf48b718e6..a0490c6531 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -692,6 +692,9 @@ sub _gen_default_values { > AuthHeader => { > marcxml => '', > }, >+ DeletedauthHeader => { >+ marcxml => '', >+ }, > BorrowerAttributeType => { > mandatory => 0, > is_date => 0, >-- >2.39.5
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 30888
:
165040
|
165041
|
165042
|
165043
|
171850
|
171851
|
172090
|
172091
|
172092
|
172093
|
172094
|
172095
|
172096
|
172097
|
172098
|
172099
|
172549
|
172550
|
172551
|
172552
|
172553
|
176637
|
176638
|
176639
|
176640
|
176641
|
178286
|
178287
|
178288
|
178289
|
178290
| 178720 |
181913