Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2017-09-24_22-06-01_billing-templates.txt
Description: (Describe migration here.)
Created: 2017-09-24 22:06:53.509947 UTC
Depends: 2016-12-31_03-45-17_create-payments
Apply: |
  alter table billables add column payment_request_email_template text null; 
  alter table billables add column payment_request_memo_template text null; 

Revert: |
  alter table billables drop column payment_request_email_template;
  alter table billables drop column payment_request_memo_template;