Closed pbchase closed 1 year ago
Also had to enlarge the service_type column
. i.e., I did this:
ALTER TABLE `ctsi_rcc_billing`.`service_type`
CHANGE COLUMN `service_type` `service_type` VARCHAR(50) NULL DEFAULT NULL ;
I made the MySQL changes in Prod. They suggested a schema changes in the code, so I made those changes as part of PR #192. I also reflected the SQL update command above in the test data. The tests still pass with no other modification
On 11/10, execute this SQL code against the rcc.billing DB: