mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
5 lines
129 B
Ruby
5 lines
129 B
Ruby
class RemoveDomainsRegisteredAt < ActiveRecord::Migration[5.0]
|
|
def change
|
|
remove_column :domains, :registered_at
|
|
end
|
|
end
|