# Managing Subscription ## To ad-hoc modify a user’s Free Trial: 1. Go to `customers` table 2. Set the `trial_ends_at` column to the date desired ## To programmatically specify the duration of the trial 1. Change `TRIAL_DURATION_DAYS` in .env to the number of days. It is pulled into `RegisteredUserController.php` to set the `$trialEndsAt` date. ## Release Plan: 1. Send out remaining invites 2. Closed Beta ends on end of June - Set all user's `trial_ends_at` to June 30th - Push the PR to convert 3. Continue development of iOS app 4. Focus heavily on marketing the app with a video 5. Focus heavily on responsiveness