Skip to content

Commit a87a4c7

Browse files
mbasasanak
authored andcommitted
add baselayer column to gtt_tile_sources table
1 parent b662d19 commit a87a4c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)