collab: Add orb_customer_id
to billing_customers
(#36310)
This PR adds an `orb_customer_id` column to the `billing_customers` table. Release Notes: - N/A
This commit is contained in:
parent
5620e359af
commit
d1958aa439
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
alter table billing_customers
|
||||
add column orb_customer_id text;
|
Loading…
Add table
Add a link
Reference in a new issue