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', ), ), );