View | Details | Raw Unified | Return to bug 38394
Collapse All | Expand All

(-)a/installer/data/mysql/db_revs/240600021.pl (-1 lines)
Lines 59-64 return { Link Here
59
                say_info( $out, "Removed 'issuelimit' column from 'categories' table" );
59
                say_info( $out, "Removed 'issuelimit' column from 'categories' table" );
60
            }
60
            }
61
        }
61
        }
62
        say_info( $out, "Bug 35539: All done." );
63
    },
62
    },
64
};
63
};
(-)a/installer/data/mysql/db_revs/240600032.pl (-1 lines)
Lines 16-21 return { Link Here
16
            );
16
            );
17
            say_info( $out, "Added column 'service_platformerm_usage_data_providers'" );
17
            say_info( $out, "Added column 'service_platformerm_usage_data_providers'" );
18
        }
18
        }
19
        say_success( $out, "Done" );
20
    },
19
    },
21
};
20
};
(-)a/installer/data/mysql/db_revs/240600054.pl (-3 lines)
Lines 74-81 return { Link Here
74
                $out,
74
                $out,
75
                $reports
75
                $reports
76
            );
76
            );
77
        } else {
78
            say_info( $out, "Finished database update." );
79
        }
77
        }
80
78
81
    },
79
    },
82
- 

Return to bug 38394