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 b662d19 commit a87a4c7Copy full SHA for a87a4c7
db/migrate/20210812013250_add_default_to_tile_sources3.rb
@@ -0,0 +1,5 @@
1
+class AddDefaultToTileSources < ActiveRecord::Migration[5.2]
2
+ def change
3
+ add_column :baselayer, :default, :boolean, default: true
4
+ end
5
+end
0 commit comments