Sha256: 8b2589420022504decfbc0d07c9909cf58e1526449971f9d7d4cbcc1bc0144c0
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
# This migration comes from spina (originally 12) class AddUrlTitleToSpinaPageTranslations < ActiveRecord::Migration[5.2] def change add_column :spina_page_translations, :url_title, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems