wiki.techinc.nl/maintenance/archives/patch-archive-ar_content_model.sql
daniel cbc2014b2d Use integers for content_model and content_format.
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.
2012-05-14 10:22:52 +02:00

2 lines
85 B
SQL

ALTER TABLE /*$wgDBprefix*/archive
ADD ar_content_model int unsigned DEFAULT NULL;