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

(-)a/installer/data/mysql/db_revs/240600032.pl (-3 / +3 lines)
Lines 14-21 return { Link Here
14
              ALTER TABLE erm_usage_data_providers ADD COLUMN `service_platform` varchar(80) DEFAULT NULL COMMENT 'platform if provider requires it' AFTER `report_types`
14
              ALTER TABLE erm_usage_data_providers ADD COLUMN `service_platform` varchar(80) DEFAULT NULL COMMENT 'platform if provider requires it' AFTER `report_types`
15
          }
15
          }
16
            );
16
            );
17
            say_info( $out, "Added column 'service_platformerm_usage_data_providers'" );
17
            say_success( $out, "Added column service_platform to table 'erm_usage_data_providers'" );
18
        } else {
19
            say_info( $out, "Skipped adding column service_platform to table 'erm_usage_data_providers'. Column already exists." );
18
        }
20
        }
19
        say_success( $out, "Done" );
20
    },
21
    },
21
};
22
};
22
- 

Return to bug 37856