Skip to content

Commit

Permalink
- Removed index from name
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-s committed Nov 25, 2024
1 parent f8fa78f commit 1eaba5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ticker/ticker.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class Ticker {
@PrimaryGeneratedColumn()
id: number;

@Index()
@Column({ default: null })
name: string;

Expand Down

0 comments on commit 1eaba5a

Please sign in to comment.