cartodb-4.42/db/migrate/20140429104839_add_tooltip_to_layer.rb
2024-04-06 05:25:13 +00:00

8 lines
110 B
Ruby

Sequel.migration do
change do
alter_table :layers do
add_column :tooltip, :text
end
end
end