Sha256: cba3074f94a5cb95fbb286be4cc619910ec493a69b29b21d11dbfaf798d35f47
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
class CreateContentPartLocalizations < ActiveRecord::Migration def self.up create_table :content_part_localizations do |t| t.text :title t.text :body t.text :body_raw t.text :excerpt t.text :permalink t.integer :content_part_id t.text :language t.timestamps end end def self.down drop_table :content_part_localizations end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-cms-0.2.1 | db/migrate/0007_create_content_part_localizations.rb |
spree-cms-0.2.0 | db/migrate/0007_create_content_part_localizations.rb |