mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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 })
|
@Column({ type: String, nullable: true })
|
||||||
|
@Index({ unique: true })
|
||||||
apiKey?: string | null;
|
apiKey?: string | null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue