From 4be5f2289b50533f7c6c0ebbbde87dbd1225501c Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sat, 11 Jun 2016 17:56:14 +0200 Subject: [PATCH] Revert 'name' and 'hash' columns to original definition Following discussion in PR https://github.com/mantisbt/mantisbt/pull/700 Fixes #20472 --- admin/schema.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/schema.php b/admin/schema.php index 21ea37ece7..05125fe389 100644 --- a/admin/schema.php +++ b/admin/schema.php @@ -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'" ) );