Skip to content

Commit

Permalink
Remove unused query
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 14, 2015
1 parent bd54702 commit 2a4a859
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,6 @@ function stripslashes_array($array) {
if (array_key_exists('o_additional_navlinks', $luna_config))
$db->query('DELETE FROM '.$db->prefix.'config WHERE conf_name = \'o_additional_navlinks\'') or error('Unable to remove config value \'o_additional_navlinks\'', __FILE__, __LINE__, $db->error());

// Since 0.0.3177: Add the color column to the users table
$db->add_field('users', 'color', 'VARCHAR(25)', false, '#0d4382') or error('Unable to add column "color" to table "users"', __FILE__, __LINE__, $db->error());

// Since 0.0.3221: Drop the last_poster column to the forums table
$db->drop_field($db->prefix.'forums', 'last_poster', 'VARCHAR(200)', true) or error('Unable to drop last_poster field', __FILE__, __LINE__, $db->error());

Expand Down

0 comments on commit 2a4a859

Please sign in to comment.