Skip to content

Commit 837980d

Browse files
authored
feat: add honor application year (#190)
1 parent 2c39358 commit 837980d

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

metadata/tables.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,6 +2965,7 @@
29652965
- statement
29662966
- status
29672967
- student_uuid
2968+
- year
29682969
select_permissions:
29692970
- role: counselor
29702971
permission:
@@ -2977,6 +2978,7 @@
29772978
- status
29782979
- student_uuid
29792980
- updated_at
2981+
- year
29802982
filter: {}
29812983
- role: student
29822984
permission:
@@ -2989,6 +2991,7 @@
29892991
- status
29902992
- student_uuid
29912993
- updated_at
2994+
- year
29922995
filter:
29932996
student_uuid:
29942997
_eq: X-Hasura-User-Id
@@ -2997,6 +3000,7 @@
29973000
permission:
29983001
columns:
29993002
- status
3003+
- year
30003004
filter: {}
30013005
check: {}
30023006
- role: student
@@ -3007,6 +3011,7 @@
30073011
- statement
30083012
- status
30093013
- student_uuid
3014+
- year
30103015
filter:
30113016
_and:
30123017
- student_uuid:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Could not auto-generate a down migration.
2+
-- Please write an appropriate down migration for the SQL below:
3+
-- alter table "public"."honor_application" add column "year" integer
4+
-- not null default '2023';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
alter table "public"."honor_application" add column "year" integer
2+
not null default '2023';

0 commit comments

Comments
 (0)