Commit 3f2bb34b authored by nanahira's avatar nanahira

increase url size for meta

parent 3bc451f6
Pipeline #17459 failed with stages
in 3 minutes and 29 seconds
......@@ -13,6 +13,6 @@ export class ArchiveMirror extends TimeBase {
@Column('boolean', { default: false })
disabled: boolean;
@Column('varchar', { length: 512 })
@Column('varchar', { length: 10240 })
url: 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