Sha256: 6e1c0e35936d7e23246be1a64666ed119b0bd5e55c8808dbfb708ed905ca33ff
Contents?: true
Size: 160 Bytes
Versions: 159
Compression:
Stored size: 160 Bytes
Contents
class AddForeignKeyToLibraryGroupIdOnLibrary < ActiveRecord::Migration[4.2] def change add_foreign_key :libraries, :library_groups, null: false end end
Version data entries
159 entries across 159 versions & 21 rubygems