rubocop
This commit is contained in:
parent
0fddb5e3b9
commit
1429bf116f
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddProductToCustomer < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :discourse_patrons_customers, :product_id, :string
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class RemoveCustomerIndex < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_index :discourse_patrons_customers, :customer_id
|
||||
|
|
Loading…
Reference in New Issue