1
0

feat: Implement Donation URL

This commit is contained in:
Nila The Dragon
2024-01-09 21:32:47 +01:00
parent d974b30e56
commit 9ceb74b98d
16 changed files with 87 additions and 9 deletions
+6
View File
@@ -385,6 +385,12 @@ export class MiMeta {
})
public privacyPolicyUrl: string | null;
@Column('varchar', {
length: 1024,
nullable: true,
})
public donationUrl: string | null;
@Column('varchar', {
length: 8192,
nullable: true,