mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use proper syntax to drop unique index
This commit is contained in:
@@ -26,7 +26,7 @@ class AddUniqueIndexToApiToken extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->dropIndex('ux_users_api_token');
|
||||
$table->dropUnique('ux_users_api_token');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user