cartodb-4.29/db/migrate/20120807101605_add_infowindow_metadata_to_layer.rb
2020-06-15 10:58:47 +08:00

8 lines
113 B
Ruby

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