mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-31 16:09:02 +02:00
withoutRowid on statistics
This commit is contained in:
parent
8e7c0e5ce4
commit
5369b2dc12
@ -2,7 +2,7 @@ import { Column, Entity, Index, PrimaryColumn } from 'typeorm';
|
||||
|
||||
import { TrackedEntity } from '../utils/TrackedEntity.entity';
|
||||
|
||||
@Entity()
|
||||
@Entity({ withoutRowid: true })
|
||||
//Index for the heartbeat update
|
||||
@Index(["address", "clientName", "sessionId", "time"])
|
||||
export class ClientStatisticsEntity extends TrackedEntity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user