search for: addconstraints

Displaying 1 result from an estimated 1 matches for "addconstraints".

2005 Dec 05
0
bug in bubbleshare's Active Record extensions?
...y defined "ON DELETE". Or at least I think that''s what it is -- adding "ON UPDATE" constraints and then attempting to dump the schmea also didn''t include the constraints, so maybe this chunk of things is just plain busted. 2. Consider this migration: class AddConstraints < ActiveRecord::Migration def self.up add_foreign_key_constraint "tracks", "album_id", "albums", "id", :on_delete => :restrict add_foreign_key_constraint "tracks", "artist_id", "artists", "id", :on_de...