Sha256: 53c40d15d6b7e0855ab64270ae0df3e7c6d5c6e851d2c318fc52bf825ee51511
Contents?: true
Size: 129 Bytes
Versions: 42
Compression:
Stored size: 129 Bytes
Contents
class AddUserGroupIdToAuthors < ActiveRecord::Migration def change add_column :authors, :user_group_id, :integer end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
edgarj-0.01.13 | test/dummy/db/migrate/20140201000000_add_user_group_id_to_authors.rb |
edgarj-0.01.12 | test/dummy/db/migrate/20140201000000_add_user_group_id_to_authors.rb |