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

(-)a/installer/data/mysql/atomicupdate/bug_38061-collections_preselect_column.pl (-1 / +2 lines)
Lines 14-19 return { Link Here
14
                q{ ALTER TABLE subscription ADD COLUMN `preselect_issues_in_collections_table` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'yes / no if the subscription should preselect issues in the collections table' AFTER published_on_template}
14
                q{ ALTER TABLE subscription ADD COLUMN `preselect_issues_in_collections_table` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'yes / no if the subscription should preselect issues in the collections table' AFTER published_on_template}
15
            );
15
            );
16
            say_success( $out, "Added column 'subscription.preselect_issues_in_collections_table'" );
16
            say_success( $out, "Added column 'subscription.preselect_issues_in_collections_table'" );
17
        } else {
18
            say_info( $out, "Column 'subscription.preselect_issues_in_collections_table' already exists!" );
17
        }
19
        }
18
    },
20
    },
19
};
21
};
20
- 

Return to bug 38061