Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,34 @@
- table:
name: contest_team_RL_code
schema: public
select_permissions:
- role: anonymous
permission:
columns:
- created_at
- submit_id
- team_id
- url
filter: {}
comment: ""
- role: counselor
permission:
columns:
- created_at
- submit_id
- team_id
- url
filter: {}
comment: ""
- role: student
permission:
columns:
- url
- created_at
- submit_id
- team_id
filter: {}
comment: ""
- table:
name: contest_team_RL_score
schema: public
Expand Down
1 change: 1 addition & 0 deletions migrations/1779682305340_fix_weekly_date_column/down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- fixing metadata-migration inconsistency for weekly_date column
2 changes: 2 additions & 0 deletions migrations/1779682305340_fix_weekly_date_column/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE public.weekly
ADD COLUMN IF NOT EXISTS date date;