Sha256: 43de1883db18124ba940901758bf15479f803445db1041d6e39c7e7d3a14979a
Contents?: true
Size: 324 Bytes
Versions: 3
Compression:
Stored size: 324 Bytes
Contents
class TranslateWeelerSeos < ActiveRecord::Migration[4.2] def self.up Weeler::Seo.create_translation_table!({ title: :string, description: :text, keywords: :text }, { :migrate_data => true }) end def self.down Weeler::Seo.drop_translation_table! :migrate_data => true end end
Version data entries
3 entries across 3 versions & 1 rubygems