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

8 lines
125 B
Ruby

Sequel.migration do
change do
alter_table :geocodings do
add_column :processable_rows, :bigint
end
end
end