Project

General

Profile

Download (118 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveAuditUserFk < ActiveRecord::Migration[4.2]
def change
remove_foreign_key(:audits, :users)
end
end
(250-250/409)