Migration code style fix [SCI-5828]

This commit is contained in:
Martin Artnik 2021-06-30 10:28:55 +02:00
parent e1b0b65465
commit 3e1f0fe109

View file

@ -1,8 +1,10 @@
# frozen_string_literal: true
require File.expand_path('app/helpers/database_helper')
include DatabaseHelper
class FixExperimentIndices < ActiveRecord::Migration[6.1]
include DatabaseHelper
def up
remove_index :experiments, name: 'index_experiments_on_name', column: 'name'