suer / redmine_webhook

147 stars 81 forks source link

Directly inheriting from ActiveRecord::Migration is not supported. #24

Closed likesubject closed 5 years ago

likesubject commented 5 years ago

Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

class CreateWebhooks < ActiveRecord::Migration[4.2]

Fgruntjes commented 5 years ago

Same issue here

defensivedepth commented 5 years ago

Edit https://github.com/suer/redmine_webhook/blob/master/db/migrate/001_create_webhooks.rb#L1

class CreateWebhooks < ActiveRecord::Migration[5.0]

suer commented 5 years ago

Fixed: 9acb46708aba8585cbb7a23467449a8d6e5db815

please try HEAD of master branch.