Commit 33e7661a authored by nanahira's avatar nanahira

missing index again

parent b6ae4d61
Pipeline #4878 passed with stages
in 4 minutes
......@@ -31,6 +31,7 @@ export class Archive extends TimeBase {
@ManyToOne((type) => Build, (build) => build.archives)
build: Build;
@Index()
@Column({ type: 'enum', enum: ArchiveType })
role: ArchiveType;
......
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