mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
⚡ Add index to apiKey column
This commit is contained in:
parent
a3a0f57835
commit
5051d189fc
|
@ -125,6 +125,7 @@ export class User {
|
|||
}
|
||||
|
||||
@Column({ type: String, nullable: true })
|
||||
@Index({ unique: true })
|
||||
apiKey?: string | null;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue