rename
This commit is contained in:
parent
2c3170e626
commit
f66eeb3b19
17 changed files with 32 additions and 32 deletions
|
|
@ -205,7 +205,7 @@ export class MiUser {
|
|||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public signinRequiredForShowContents: boolean;
|
||||
public requireSigninToViewContents: boolean;
|
||||
|
||||
// アカウントが削除されたかどうかのフラグだが、完全に削除される際は物理削除なので実質削除されるまでの「削除が進行しているかどうか」のフラグ
|
||||
@Column('boolean', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue