Add "modifyExtensionField" utility function
authorReedy <reedy@wikimedia.org>
Sun, 6 Jan 2013 03:03:36 +0000 (03:03 +0000)
committerReedy <reedy@wikimedia.org>
Sun, 6 Jan 2013 03:03:36 +0000 (03:03 +0000)
commit3ae75526ef96b3dd8f2c9b604f051abf1d1cddfd
tree857cef07b98f01accd2304caf9873f0c0d574f80
parent642b5f238dc1a14836459e0401ecdb4d58f999c4
Add "modifyExtensionField" utility function

As calling $updater->modifyField will do the action immediately (not queued),
this may be undesired.

So this is a shortcut/utility function like addExtensionField/addExtensionTable etc,
instead of the developer calling addExtensionUpdate( array() ) themselves.

Change-Id: Ie94f2b42679062c6e106ae560faab26818a9b15c
includes/installer/DatabaseUpdater.php