Files
Dena/db/migrate/20180212115002_remove_know_your_customer.rb
2026-08-13 19:50:53 +03:30

9 lines
161 B
Ruby

# encoding: UTF-8
# frozen_string_literal: true
class RemoveKnowYourCustomer < ActiveRecord::Migration[4.2]
def change
drop_table :id_documents
end
end