Sha256: b0b0c0a6388778259d5dbf7bb41ad052cf1f04565723ab06869e618257bf001a
Contents?: true
Size: 154 Bytes
Versions: 6
Compression:
Stored size: 154 Bytes
Contents
class AddFulltextContentToManifestation < ActiveRecord::Migration[5.2] def change add_column :manifestations, :fulltext_content, :boolean end end
Version data entries
6 entries across 6 versions & 6 rubygems