Skip to content

Commit

Permalink
Merge pull request #158 from Shubham4026/sdbv_field_changes
Browse files Browse the repository at this point in the history
Removed Unnecessary Entities
  • Loading branch information
Shubham4026 authored Feb 21, 2025
2 parents e08d23d + fc02037 commit 2685832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/user/entities/user-entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export class User {
@Column({ nullable: true })
email: string;

@Column({ nullable: true })
district: string;
// @Column({ nullable: true })
// district: string;

@Column({ nullable: true })
state: string;
// @Column({ nullable: true })
// state: string;

@Column({ nullable: true })
address: string;
Expand Down

0 comments on commit 2685832

Please sign in to comment.