Skip to content

Remove Supabase issues table and drop in dev#2306

Merged
hiroshinishio merged 1 commit intomainfrom
wes
Feb 22, 2026
Merged

Remove Supabase issues table and drop in dev#2306
hiroshinishio merged 1 commit intomainfrom
wes

Conversation

@hiroshinishio
Copy link
Collaborator

Summary

  • Removed all code that reads/writes the Supabase issues table (get_issue, insert_issue, update_issue_merged)
  • Simplified create_user_request to only insert usage and upsert user (no more issues dedup)
  • Dropped the issues table and usage_with_issues view in dev database
  • The table was write-only - inserted data was never consumed by any business logic

The issues table was write-only - data was inserted but never read
for any business logic. The usage table already tracks everything.
Dropped the issues table and usage_with_issues view in dev.
@hiroshinishio hiroshinishio self-assigned this Feb 22, 2026
@hiroshinishio hiroshinishio merged commit 7831dbb into main Feb 22, 2026
1 check passed
@hiroshinishio hiroshinishio deleted the wes branch February 22, 2026 01:46
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