From e6d30d3b71439f6cb300475bfe641698dde283ed Mon Sep 17 00:00:00 2001 From: bruninoit Date: Wed, 11 Mar 2015 13:50:27 +0100 Subject: [PATCH] changed the name bubblemouse --- migrations/cece74_maxwidthswitch_migrations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/cece74_maxwidthswitch_migrations.php b/migrations/cece74_maxwidthswitch_migrations.php index fa469c0..d0eb067 100644 --- a/migrations/cece74_maxwidthswitch_migrations.php +++ b/migrations/cece74_maxwidthswitch_migrations.php @@ -16,7 +16,7 @@ public function update_schema() return array( 'add_columns' => array( $this->table_prefix . 'users' => array( - 'user_maxwidth' => array('BOOL', 0, 'after' => 'user_options'), + 'bubblemouse' => array('BOOL', 0, 'after' => 'user_options'), ), ), ); @@ -27,7 +27,7 @@ public function revert_schema() return array( 'drop_columns' => array( $this->table_prefix . 'users' => array( - 'user_maxwidth', + 'bubblemouse', ), ), );