Commit b6ae4d61 authored by nanahira's avatar nanahira

missing index

parent a1b9cf9c
Pipeline #4876 passed with stages
in 1 minute and 19 seconds
......@@ -14,6 +14,7 @@ export class Archive extends TimeBase {
@PrimaryGeneratedColumn({ type: 'int8' })
id: number;
@Index()
@Column('varchar', { length: 256, array: true })
files: string[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment