Skip to content

Commit

Permalink
manually disable migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 1, 2024
1 parent 39fff29 commit 6788217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddCurrencyToTicketPurchases < ActiveRecord::Migration[7.0]
def change
add_column :ticket_purchases, :currency, :string
# add_column :ticket_purchases, :currency, :string
end
end

0 comments on commit 6788217

Please sign in to comment.