diff --git a/crates/collab/migrations/20251002214229_add_token_spend_in_cents_to_billing_subscriptions.sql b/crates/collab/migrations/20251002214229_add_token_spend_in_cents_to_billing_subscriptions.sql new file mode 100644 index 0000000000000000000000000000000000000000..ccae01e2833fedd530f290c55d2852c33de6957c --- /dev/null +++ b/crates/collab/migrations/20251002214229_add_token_spend_in_cents_to_billing_subscriptions.sql @@ -0,0 +1,3 @@ +alter table billing_subscriptions + add column token_spend_in_cents integer, + add column token_spend_in_cents_updated_at timestamp without time zone;