Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #265 +/- ##
===========================================
- Coverage 84.00% 18.24% -65.76%
===========================================
Files 7 42 +35
Lines 50 1716 +1666
Branches 24 0 -24
===========================================
+ Hits 42 313 +271
- Misses 8 1397 +1389
- Partials 0 6 +6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Dao-Ho
reviewed
Apr 4, 2026
backend/supabase/migrations/20260404000001_create-notifications-table.sql
Show resolved
Hide resolved
Contributor
|
i love you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the two Postgres migrations needed to support the upcoming notification system.
Type of Change
Related Issue(s)
Working towards #97
What Changed?
public.notificationstable to store in-app notifications per user, with a(user_id, created_at desc)indexpublic.device_tokenstable to store Expo push tokens for mobile, with aunique(user_id, token)constraintUnfinished Work & Known Issues
expo-notificationsregistrationPre-Merge Checklist
Code Quality
Testing & CI
Documentation