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

8 lines
116 B
Ruby

Sequel.migration do
change do
alter_table :geocodings do
add_column :formatter, :text
end
end
end