Sha256: 5fc87a4e5b3ff00bb9eceb52bc315625bd37d7673a0752e7b3ec2b3fe9c52d88
Contents?: true
Size: 154 Bytes
Versions: 1
Compression:
Stored size: 154 Bytes
Contents
class AddFulltextContentToManifestation < ActiveRecord::Migration[5.1] def change add_column :manifestations, :fulltext_content, :boolean 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/20121116031206_add_fulltext_content_to_manifestation.rb |