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

(-)a/installer/data/mysql/atomicupdate/bug_37054_add_branchcolor.pl (-2 / +1 lines)
Lines 16-23 return { Link Here
16
                AFTER `opacusercss`
16
                AFTER `opacusercss`
17
            }
17
            }
18
            );
18
            );
19
            say $out "Added column 'branch.library_color'";
19
        }
20
        }
20
        say $out "Added column 'branch.library_color'";
21
21
22
    },
22
    },
23
};
23
};
24
- 

Return to bug 37054