Sha256: 7d0fed2ce0d31935cbce400c3ed850ec151e0b527d7bd8035fc417b75594d169
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
class CreateContentCategorieLocalizations < ActiveRecord::Migration def self.up create_table :content_category_localizations do |t| t.text :name, :null => false t.text :language t.integer :content_category_id t.timestamps end end def self.down drop_table :content_category_localizations end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-cms-0.2.1 | db/migrate/0008_create_content_categorie_localizations.rb |
spree-cms-0.2.0 | db/migrate/0008_create_content_categorie_localizations.rb |