Sha256: 666bfc3abc5b5dc52e60c802cfaded6e1003b51c77201b83c2dd5d824cc6ca7d
Contents?: true
Size: 247 Bytes
Versions: 43
Compression:
Stored size: 247 Bytes
Contents
class AddLinksForeignKey < ActiveRecord::Migration def up add_foreign_key "links", "activity_objects", :name => "links_on_activity_object_id" end def down remove_foreign_key "links", :name => "links_on_activity_object_id" end end
Version data entries
43 entries across 43 versions & 2 rubygems