This commit is contained in:
Rimian Perkins 2019-11-28 19:51:03 +11:00
parent 0fddb5e3b9
commit 1429bf116f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class AddProductToCustomer < ActiveRecord::Migration[6.0]
def change
add_column :discourse_patrons_customers, :product_id, :string

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class RemoveCustomerIndex < ActiveRecord::Migration[6.0]
def change
remove_index :discourse_patrons_customers, :customer_id