Skip to content

Commit

Permalink
Change rails version in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Apr 29, 2022
1 parent a6d5b74 commit 5affbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails/db/migrate/20220414120430_add_mapbox_3d_boolean.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddMapbox3dBoolean < ActiveRecord::Migration[6.0]
class AddMapbox3dBoolean < ActiveRecord::Migration[5.2]
def change
add_column :themes, :mapbox_3d, :boolean, default: false
end
Expand Down

0 comments on commit 5affbde

Please sign in to comment.