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

8 lines
120 B
Ruby

Sequel.migration do
change do
alter_table :users do
add_column :geocoding_quota, :integer
end
end
end