internetee-registry/db/migrate/20190209150026_drop_business_registry_caches.rb
2021-04-26 18:54:26 +05:00

5 lines
No EOL
127 B
Ruby

class DropBusinessRegistryCaches < ActiveRecord::Migration[6.0]
def change
drop_table :business_registry_caches
end
end