Closed pbchase closed 7 months ago
Adding the sql to do this here. We can run this once we're ready to implement these changes in prod.
delete from service_type where service_type_code in (2,3,4,5,6)
insert into service_type (service_type_code, service_type, price, billing_frequency)
values (2, 'REDCap consulting', 130, 0)
Adding the sql to do this here. We can run this once we're ready to implement these changes in prod.
delete from service_type where service_type_code in (2,3,4,5,6) insert into service_type (service_type_code, service_type, price, billing_frequency) values (2, 'REDCap consulting', 130, 0)
I went ahead and applied this to prod
Addressed by PR #216
Add required static data to rcc.billing tables:
service_type
First,
Then insert this record: