Representing content_model and content_format as integers in the database was suggested by Asher mainly to save space. This change entails some refactoring and renaming, but no big change in logic.
2 lines
85 B
SQL
2 lines
85 B
SQL
ALTER TABLE /*$wgDBprefix*/archive
|
|
ADD ar_content_model int unsigned DEFAULT NULL;
|