Fix declaration of content_model and content_format fields.
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 10 Oct 2012 09:40:22 +0000 (11:40 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 14 Oct 2012 23:23:22 +0000 (23:23 +0000)
commitc456c230388e449c92c008e6897580e4bb2c6a5c
tree210f5d2f6dbd9b280310418ea9285bd849c4a7cb
parent3c7a71a3cefdbbe0dbf77d7ffdf72b993142743a
Fix declaration of content_model and content_format fields.

The data type of content model and content format was varbinary originally,
then it got changed to int, then back again to varbinary. The latter change
was done in the updater, but was missing in tables.sql.

Change-Id: I44a92d18ca22126d9678073b272eb6345627a951
maintenance/tables.sql