internetee-registry/db/migrate/20190209150026_drop_business_registry_caches.rb
2019-03-15 17:33:07 +02:00

5 lines
No EOL
122 B
Ruby

class DropBusinessRegistryCaches < ActiveRecord::Migration
def change
drop_table :business_registry_caches
end
end