mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-16 16:34:43 +00:00
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…
x
Reference in New Issue
Block a user