Skip to content

Commit 5affbde

Browse files
author
rudokemper
committed
Change rails version in migration
1 parent a6d5b74 commit 5affbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails/db/migrate/20220414120430_add_mapbox_3d_boolean.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AddMapbox3dBoolean < ActiveRecord::Migration[6.0]
1+
class AddMapbox3dBoolean < ActiveRecord::Migration[5.2]
22
def change
33
add_column :themes, :mapbox_3d, :boolean, default: false
44
end

0 commit comments

Comments
 (0)