diff options
author | Greg Sabino Mullane <greg@users.mediawiki.org> | 2010-05-28 21:37:38 +0000 |
---|---|---|
committer | Greg Sabino Mullane <greg@users.mediawiki.org> | 2010-05-28 21:37:38 +0000 |
commit | 8a7e986ce32edbddab4f07da1daf5ee95caca8b6 (patch) | |
tree | 4359fcf0977578d81052a30ff4a6b3269eb7374f /maintenance/postgres | |
parent | f9e29ab6200da9a11f8df6f7eebcc1de7afcbbbf (diff) | |
download | mediawikicore-8a7e986ce32edbddab4f07da1daf5ee95caca8b6.tar.gz mediawikicore-8a7e986ce32edbddab4f07da1daf5ee95caca8b6.zip |
Add exception for iwl_prefix
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67031
Diffstat (limited to 'maintenance/postgres')
-rw-r--r-- | maintenance/postgres/compare_schemas.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index c0d22de983cb..62fa9469d37d 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -362,6 +362,7 @@ user_newpassword tinyblob TEXT user_options blob TEXT user_password tinyblob TEXT user_token binary(32) TEXT +iwl_prefix varbinary(20) TEXT ## Text URLs: el_index blob TEXT |