Sha256: 77fe129dda14388fb138bd8c810193eec05717d4e22476a78593238ce9e096fc

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

class AddShortTitleToPages < ActiveRecord::Migration
  def change
    add_column :pages, :short_title, :string
    add_column :page_translations, :short_title, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_content-0.1.1 lib/generators/tkh_content/create_or_update_migrations/templates/add_short_title_to_pages.rb