Skip to content

feat: add legacy subscription#2457

Closed
Kitenite wants to merge 1 commit into
mainfrom
feat/legacy-subscriptions
Closed

feat: add legacy subscription#2457
Kitenite wants to merge 1 commit into
mainfrom
feat/legacy-subscriptions

Conversation

@Kitenite

@Kitenite Kitenite commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Release
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes


Important

Adds legacySubscriptions table with RLS to legacy.ts for managing legacy subscription data.

  • New Feature:
    • Adds legacySubscriptions table in legacy.ts.
    • Fields: id (UUID, primary key, default random), email (text, not null), couponCode (text, not null), couponId (UUID, not null), redeemAt (timestamp with timezone).
    • Enables Row-Level Security (RLS) on the table.

This description was created by Ellipsis for be966d5. You can customize this summary. It will automatically update as commits are pushed.

@vercel

vercel Bot commented Jul 16, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2025 4:49am
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2025 4:49am

@supabase

supabase Bot commented Jul 16, 2025

Copy link
Copy Markdown

This pull request has been ignored for the connected project wowaemfasoptxrdjhilu because there are no changes detected in apps/backend/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant