Skip to content

Commit

Permalink
ClientStatisticsEntity rowid
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wilson committed Dec 24, 2023
1 parent d97dafe commit 982194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/client-statistics/client-statistics.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Column, Entity, Index, PrimaryGeneratedColumn } from 'typeorm';

import { TrackedEntity } from '../utils/TrackedEntity.entity';

@Entity({ withoutRowid: true })
@Entity()
//Index for getHashRateForSession
@Index(["address", "clientName", "sessionId"])
//Index for statistics save
Expand Down

0 comments on commit 982194b

Please sign in to comment.