Manual:$wgFileSchemaMigrationStage
Appearance
| Database settings: $wgFileSchemaMigrationStage | |
|---|---|
| Migration stage for file tables. |
|
| Introduced in version: | 1.44.0 (Gerrit change 1100125; git #dea746d2) |
| Removed in version: | Still in use |
| Allowed values: | (integer) |
| Default value: | 3 |
| Other settings: Alphabetical | By function | |
Details
Migration stage for file tables.
Use the SCHEMA_COMPAT_XXX flags.
Supported values:
SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_READ_OLD(SCHEMA_COMPAT_OLD) (= 1 | 2 = 3)SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD(= 0x101 | 0x2 = 0x103)