mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-02 08:58:02 +02:00
add back index with time
This commit is contained in:
parent
83c769849d
commit
cb4a173733
@ -5,6 +5,8 @@ import { TrackedEntity } from '../utils/TrackedEntity.entity';
|
||||
@Entity()
|
||||
//Index for getHashRateForSession
|
||||
@Index(["address", "clientName", "sessionId"])
|
||||
//Index for statistics save
|
||||
@Index(["address", "clientName", "sessionId", "time"])
|
||||
export class ClientStatisticsEntity extends TrackedEntity {
|
||||
|
||||
@PrimaryGeneratedColumn()
|
||||
|
Loading…
x
Reference in New Issue
Block a user