본문 바로가기
미디어위키

Manual $wgAllowSchemaUpdates

by 다움위키 2023. 12. 29.
Performance hacks and limits: $wgAllowSchemaUpdates
Allow database schema updates to be executed with update.php script.
Introduced in version: 1.18.1 (r101867)
Removed in version: still in use
Allowed values: (boolean)
Default value: true
Other settings: Alphabetical | By function

Details

update.php를 통해 업그레이드를 활성화/비활성화합니다. 만약 이것이 false로 설정되면, 스크립트는 스키마 업데이트를 실행하기 위해 --force와 함께 실행되어야 합니다.