Commit 858ac016 authored by nanahira's avatar nanahira

Revert "missing index"

This reverts commit b6ae4d61.
parent 33e7661a
Pipeline #4880 passed with stages
in 1 minute and 11 seconds
......@@ -14,7 +14,6 @@ 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