mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
5 lines
No EOL
127 B
Ruby
5 lines
No EOL
127 B
Ruby
class DropBusinessRegistryCaches < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :business_registry_caches
|
|
end
|
|
end |