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

(-)a/installer/data/mysql/atomicupdate/bug_17355.perl (-2 / +1 lines)
Lines 21-25 if( CheckVersion( $DBversion ) ) { Link Here
21
    |);
21
    |);
22
22
23
    # Always end with this (adjust the bug info)
23
    # Always end with this (adjust the bug info)
24
    NewVersion( $DBversion, 17355, "Description");
24
    NewVersion( $DBversion, 17355, "Add is_system to authorised_value_categories table");
25
}
25
}
26
- 

Return to bug 17355