Revert "fix(models): `disableRegistration`のデフォルト値が更新されていなかったので (MisskeyIO#442)" (MisskeyIO#444)
This reverts commit dea2e3183f
.
This commit is contained in:
parent
bb4583f0be
commit
7ba70e5222
|
@ -47,7 +47,7 @@ export class MiMeta {
|
|||
public maintainerEmail: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
default: false,
|
||||
})
|
||||
public disableRegistration: boolean;
|
||||
|
||||
|
|
Loading…
Reference in New Issue