mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class RemoveLogContactStatuses < ActiveRecord::Migration
|
|
def change
|
|
drop_table :log_contact_statuses
|
|
end
|
|
end
|