You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/db/migrate/20170525144020_set_scrollwh...

13 lines
226 B

require 'carto/db/migration_helper'
include Carto::Db::MigrationHelper
migration(
Proc.new do
set_column_default :maps, :scrollwheel, true
end,
Proc.new do
set_column_default :maps, :scrollwheel, false
end
)