Sha256: 5e115876b6eebc72d4531980d01757a111ad393b083b7e9adeb266fa0671db6c
Contents?: true
Size: 373 Bytes
Versions: 10
Compression:
Stored size: 373 Bytes
Contents
# This migration comes from kuztuscms (originally 20120311080242) class CreateKuztuscmsTemplates < ActiveRecord::Migration def change create_table :kuztuscms_templates do |t| t.text :body t.string :path t.string :format t.string :locale t.string :handler t.boolean :partial, :default => false t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems