mirror of
https://github.com/dolphin-emu/redmine_webhook.git
synced 2026-01-31 01:15:19 +01:00
Added: specify rails release version for migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateWebhooks < ActiveRecord::Migration
|
||||
class CreateWebhooks < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :webhooks do |t|
|
||||
t.string :url
|
||||
|
||||
Reference in New Issue
Block a user