You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/db/migrate/20150805144800_add_bbox_to_...

7 lines
110 B

# Fake migration to avoid CI server issues, does nothing
Sequel.migration do
up do
end
down do
end
end