Skip to content

Commit

Permalink
Allow running migration on Rails 4.2 (pay-rails#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmoksha authored Feb 24, 2020
1 parent 81345f6 commit 0af742e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20170727235816_create_pay_charges.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CreatePayCharges < ActiveRecord::Migration[5.1]
class CreatePayCharges < ActiveRecord::Migration[4.2]
def change
create_table :pay_charges do |t|
t.references :owner
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddStatusToPaySubscriptions < ActiveRecord::Migration[5.2]
class AddStatusToPaySubscriptions < ActiveRecord::Migration[4.2]
def self.up
add_column :pay_subscriptions, :status, :string

Expand Down

0 comments on commit 0af742e

Please sign in to comment.