Sha256: 76bfde65dc57b289ba98c13617046a0593a3d76a13130db04fc7e266f01c1d82
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
class AddYearOfPublicationToManifestation < ActiveRecord::Migration[5.1] def change add_column :manifestations, :year_of_publication, :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb |