Skip to content

Commit

Permalink
Revert 'name' and 'hash' columns to original definition
Browse files Browse the repository at this point in the history
Following discussion in PR #700

Fixes #20472
  • Loading branch information
dregad committed Jun 11, 2016
1 parent 1f678c2 commit 4be5f22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/schema.php
Expand Up @@ -878,8 +878,6 @@

$g_upgrade[209] = array( 'AlterColumnSQL', array( db_get_table( 'api_token' ), "
user_id I UNSIGNED NOTNULL DEFAULT '0',
name C(128) NOTNULL DEFAULT \" '' \",
hash C(128) NOTNULL DEFAULT \" '' \",
date_created I UNSIGNED NOTNULL DEFAULT '1',
date_used I UNSIGNED NOTNULL DEFAULT '1'"
) );
Expand Down

0 comments on commit 4be5f22

Please sign in to comment.