collab: Limit customers to one free trial (#29232)

This PR makes it so customers can only subscribe to the trial once.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-22 16:41:17 -04:00 committed by GitHub
parent abf2b9d7d3
commit a0eaede13d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 36 additions and 3 deletions

View file

@ -0,0 +1,2 @@
alter table billing_customers
add column trial_started_at timestamp without time zone;