Skip to content

Commit

Permalink
remove support Redmine 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aki360P committed Sep 13, 2022
1 parent 9480b12 commit 75657b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem 'activerecord-compatible_legacy_migration'
#gem 'activerecord-compatible_legacy_migration'
2 changes: 1 addition & 1 deletion db/migrate/001_create_setting_table.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CreateSettingTable < ActiveRecord::CompatibleLegacyMigration.migration_class
class CreateSettingTable < ActiveRecord::Migration[4.2]
#for redmine 3x, class CreateSettingTable < ActiveRecord::Migration
#for redmine 4x, class CreateSettingTable < ActiveRecord::Migration[4.2]

Expand Down

0 comments on commit 75657b0

Please sign in to comment.