summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-03 18:16:23 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-03 18:16:23 +0000
commitec407ec945da8b7afee5c20f16cac6c041db1e25 (patch)
tree7fc94e0c97a2a7c3a69fd8527a2b939cf6bb70ef /modules/profile
parent59c9219fb7b91a9d159709fd04e81969a610c8cd (diff)
downloadbrdo-ec407ec945da8b7afee5c20f16cac6c041db1e25.tar.gz
brdo-ec407ec945da8b7afee5c20f16cac6c041db1e25.tar.bz2
#211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index 35185c6c4..d10dc3a06 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -158,7 +158,7 @@ function profile_update_7001() {
* Change the weight column to normal int.
*/
function profile_update_7002() {
- db_change_field('profile', 'weight', 'weight', array(
+ db_change_field('profile_field', 'weight', 'weight', array(
'type' => 'int',
'not null' => TRUE,
'default' => 0,