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