mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
5 lines
138 B
Ruby
5 lines
138 B
Ruby
class RemoveEmailAddressVerifications < ActiveRecord::Migration[6.1]
|
|
def change
|
|
# drop_table :email_address_verifications
|
|
end
|
|
end
|