Manual:$wgBlockTargetMigrationStage
Appearance
Deprecated: This feature is deprecated and should no longer be used, however it is possibly still available for reasons of backwards compatibility. |
| Access: $wgBlockTargetMigrationStage | |
|---|---|
ipblocks table schema migration stage, for normalizing ipb_address field and adding the block_target table. |
|
| Introduced in version: | 1.42.0 (Gerrit change 968754; git #628bec1b) |
| Deprecated in version: | 1.43.0 (Gerrit change 1023166; git #a5372218) |
| Removed in version: | Still in use |
| Allowed values: | (integer) |
| Default value: | SCHEMA_COMPAT_NEW (= 768) (1.43+)SCHEMA_COMPAT_OLD (= 3) (1.42) |
| Other settings: Alphabetical | By function | |
ipblocks table schema migration stage, for normalizing ipb_address field and adding the block_target table.
Use the SCHEMA_COMPAT_XXX flags. Supported values:
SCHEMA_COMPAT_OLD(= 3)SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD(= 257 | 2 = 259)SCHEMA_COMPAT_NEW(= 768)