Skip to content

Commit

Permalink
Merge branch 'eesast:master' into mentor-app-24
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdhybthu authored Aug 17, 2024
2 parents 75b4456 + 883b7e1 commit 59832d7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_info" alter column "available" set not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_info" alter column "available" drop not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_info" alter column "max_applicants" set not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_info" alter column "max_applicants" drop not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_available" alter column "max_applicant" set not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_available" alter column "max_applicant" drop not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_application" alter column "year" set not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."mentor_application" alter column "year" drop not null;

0 comments on commit 59832d7

Please sign in to comment.