Skip to content

Commit

Permalink
fix: Saved searches database issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdigdir committed Jan 23, 2025
1 parent fb675ba commit 8baa88a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bff/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export class ProfileTable {
@Column({ length: 255, nullable: true })
language: string;

@Column({ length: 255, nullable: true })
migrationtest: string;

@OneToMany('saved_search', 'profile')
savedSearches: SavedSearch[];

Expand Down

0 comments on commit 8baa88a

Please sign in to comment.