refactor: remove residual campus and department fields
This commit is contained in:
@@ -33,9 +33,6 @@ export class StudentProfile {
|
||||
@Column({ length: 20, nullable: true })
|
||||
grade: string;
|
||||
|
||||
@Column({ name: 'campus_location', length: 100, nullable: true })
|
||||
campusLocation: string;
|
||||
|
||||
@Column({ name: 'profile_date', type: 'date', nullable: true })
|
||||
profileDate: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user