cartodb/db/migrate/20140604161347_add_template_overlays.rb

9 lines
115 B
Ruby
Raw Normal View History

2020-06-15 10:58:47 +08:00
Sequel.migration do
change do
alter_table :overlays do
add_column :template, String
end
end
end