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

9 lines
115 B
Ruby

Sequel.migration do
change do
alter_table :overlays do
add_column :template, String
end
end
end