Skip to content

Commit

Permalink
Drop weekly_update. delete notif and page code
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Oct 22, 2024
1 parent f2deea7 commit 935b9a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 554 deletions.
190 changes: 0 additions & 190 deletions backend/scheduler/src/jobs/weekly-portfolio-updates.ts

This file was deleted.

29 changes: 0 additions & 29 deletions backend/supabase/weekly_update.sql

This file was deleted.

42 changes: 0 additions & 42 deletions common/src/supabase/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3152,48 +3152,6 @@ export type Database = {
}
Relationships: []
}
weekly_update: {
Row: {
contract_metrics: Json
created_time: string
id: string
profit: number
range_end: string
user_id: string
}
Insert: {
contract_metrics: Json
created_time?: string
id?: string
profit: number
range_end: string
user_id: string
}
Update: {
contract_metrics?: Json
created_time?: string
id?: string
profit?: number
range_end?: string
user_id?: string
}
Relationships: [
{
foreignKeyName: 'weekly_update_user_id_fkey'
columns: ['user_id']
isOneToOne: false
referencedRelation: 'user_referrals_profit'
referencedColumns: ['id']
},
{
foreignKeyName: 'weekly_update_user_id_fkey'
columns: ['user_id']
isOneToOne: false
referencedRelation: 'users'
referencedColumns: ['id']
}
]
}
}
Views: {
final_pp_balances: {
Expand Down
Loading

0 comments on commit 935b9a3

Please sign in to comment.