Skip to content

Commit

Permalink
feat: add honor application year (eesast#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdhybthu authored Sep 10, 2024
1 parent 2c39358 commit 837980d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2965,6 +2965,7 @@
- statement
- status
- student_uuid
- year
select_permissions:
- role: counselor
permission:
Expand All @@ -2977,6 +2978,7 @@
- status
- student_uuid
- updated_at
- year
filter: {}
- role: student
permission:
Expand All @@ -2989,6 +2991,7 @@
- status
- student_uuid
- updated_at
- year
filter:
student_uuid:
_eq: X-Hasura-User-Id
Expand All @@ -2997,6 +3000,7 @@
permission:
columns:
- status
- year
filter: {}
check: {}
- role: student
Expand All @@ -3007,6 +3011,7 @@
- statement
- status
- student_uuid
- year
filter:
_and:
- student_uuid:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."honor_application" add column "year" integer
-- not null default '2023';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table "public"."honor_application" add column "year" integer
not null default '2023';

0 comments on commit 837980d

Please sign in to comment.