Fix trigger checks matching across different counters
This commit is contained in:
parent
93912541b4
commit
0c27795fd9
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { Column, Entity, PrimaryColumn } from "typeorm";
|
|||
|
||||
@Entity("counter_trigger_states")
|
||||
export class CounterTriggerState {
|
||||
@Column()
|
||||
@Column({ type: "bigint", generated: "increment" })
|
||||
@PrimaryColumn()
|
||||
id: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue