Skip to content

Commit 4f45c8d

Browse files
mbasasanak
authored andcommitted
changed class name
1 parent a87a4c7 commit 4f45c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
class AddDefaultToTileSources < ActiveRecord::Migration[5.2]
1+
class AddBaselayerToTileSources < ActiveRecord::Migration[5.2]
22
def change
3-
add_column :baselayer, :default, :boolean, default: true
3+
add_column :gtt_tile_sources, :baselayer, :boolean, default: true
44
end
55
end

0 commit comments

Comments
 (0)