mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 17:25:01 +00:00
Fix trigger checks matching across different counters
This commit is contained in:
parent
30426960e7
commit
2b6f70e16b
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