Bugzilla – Attachment 169544 Details for
Bug 18086
overduerules table is lacking foreign key constraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18086: (follow-up) change the order of branches deletion
Bug-18086-follow-up-change-the-order-of-branches-d.patch (text/plain), 866 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2024-07-25 07:55:35 UTC
(
hide
)
Description:
Bug 18086: (follow-up) change the order of branches deletion
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-07-25 07:55:35 UTC
Size:
866 bytes
patch
obsolete
>From a7c1415bb47963ee1f53fd02e6044afc42e70750 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <bski@laposte.net> >Date: Tue, 23 Jul 2024 11:36:36 +0200 >Subject: [PATCH] Bug 18086: (follow-up) change the order of branches deletion > >--- > t/db_dependent/Overdues.t | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/db_dependent/Overdues.t b/t/db_dependent/Overdues.t >index fee2505..3c7f56e 100755 >--- a/t/db_dependent/Overdues.t >+++ b/t/db_dependent/Overdues.t >@@ -26,6 +26,10 @@ $dbh->do(q|DELETE FROM message_queue|); > $dbh->do(q|DELETE FROM message_transport_types|); > $dbh->do(q|DELETE FROM overduerules|); > $dbh->do(q|DELETE FROM overduerules_transport_types|); >+$dbh->do(q|DELETE FROM issues|); >+$dbh->do(q|DELETE FROM items|); >+$dbh->do(q|DELETE FROM borrowers|); >+$dbh->do(q|DELETE FROM categories|); > $dbh->do(q|DELETE FROM branches|); > > >-- >2.43.0
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 18086
:
105368
|
105369
|
105380
|
105382
|
105387
|
105388
|
105424
|
105551
|
106201
|
134730
|
134731
|
168810
|
168811
|
168812
|
168813
|
168814
|
168815
|
169287
|
169288
|
169289
|
169290
|
169291
|
169292
|
169293
|
169294
|
169295
|
169296
|
169297
|
169298
|
169299
|
169300
|
169301
|
169302
|
169396
|
169397
|
169398
|
169399
|
169400
|
169401
|
169402
|
169403
|
169404
|
169455
|
169456
|
169457
|
169458
|
169459
|
169460
|
169461
|
169462
|
169463
|
169543
| 169544