From ec407ec945da8b7afee5c20f16cac6c041db1e25 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 3 Feb 2010 18:16:23 +0000 Subject: #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. --- modules/profile/profile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') 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, -- cgit v1.2.3