| 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} |
| 16 |
say_success( $out, "Added column 'subscription.preselect_issues_in_collections_table'" ); |
16 |
say_success( $out, "Added column 'subscription.preselect_issues_in_collections_table'" ); |