feat(api): add referral percentage and only first purchase fields to user model and requests

This commit is contained in:
Chang lue Tsen
2025-09-01 09:03:39 -04:00
parent 4438b05272
commit aea20ffd5e
10 changed files with 96 additions and 61 deletions
@@ -0,0 +1,3 @@
ALTER TABLE `u`
DROP COLUMN `referral_percentage`,
DROP COLUMN `only_first_purchase`;