Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Allow the foreign keys generated for relationships to be DEFERRABLE. #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2011

  1. Allow the FKs generated for relationships to be deferrable.

    This commit adds a new option for relationships -- :constraint_deferrable. The
    values available for it are documented in the README. If set, it will cause
    the migrations that generate the relationship's constraint to include
    DEFERRABLE and INITIALLY DEFERRED or IMMEDIATE.
    
    Caveat: the Oracle adapter change has not been tested.
    rsutphin committed Sep 7, 2011
    Configuration menu
    Copy the full SHA
    30cf540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdd71a View commit details
    Browse the repository at this point in the history