enhance: サーバーのお問い合わせ先URLを設定できるように
This commit is contained in:
parent
ac4a001e9f
commit
be11fd7508
13 changed files with 88 additions and 7 deletions
|
|
@ -376,6 +376,12 @@ export class MiMeta {
|
|||
})
|
||||
public privacyPolicyUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024,
|
||||
nullable: true,
|
||||
})
|
||||
public inquiryUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 8192,
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue