Sha256: 930879526f2e6186029c79609453c3da9926cc480c5c24aa7c94d127a56b06e2
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
require 'globalize-accessors' class TranslateContents < ActiveRecord::Migration[5.0] def self.up Pwb::Content.create_translation_table!({ raw: :text }, migrate_data: true) end def self.down Pwb::Content.drop_translation_table! migrate_data: true end end
Version data entries
9 entries across 9 versions & 1 rubygems