Skip to content

Commit

Permalink
Specify 5.2 for legacy versions migration (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
yachtcaptain23 authored and Cory McDonald committed Sep 17, 2019
1 parent 631c389 commit a76a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20190913151449_drop_legacy_versions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DropLegacyVersions < ActiveRecord::Migration[6.0]
class DropLegacyVersions < ActiveRecord::Migration[5.2]
def change
drop_table :legacy_versions
end
Expand Down

0 comments on commit a76a5b4

Please sign in to comment.