Skip to content

Commit

Permalink
Added: specify rails release version for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
suer committed May 25, 2019
1 parent d0334c7 commit 9acb467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/001_create_webhooks.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CreateWebhooks < ActiveRecord::Migration
class CreateWebhooks < ActiveRecord::Migration[4.2]
def change
create_table :webhooks do |t|
t.string :url
t.integer :project_id
t.integer :project_id
end
end
end

0 comments on commit 9acb467

Please sign in to comment.