We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d5b74 commit 5affbdeCopy full SHA for 5affbde
rails/db/migrate/20220414120430_add_mapbox_3d_boolean.rb
@@ -1,4 +1,4 @@
1
-class AddMapbox3dBoolean < ActiveRecord::Migration[6.0]
+class AddMapbox3dBoolean < ActiveRecord::Migration[5.2]
2
def change
3
add_column :themes, :mapbox_3d, :boolean, default: false
4
end
0 commit comments