Sha256: e1fc37005bc5a80a8b75e256e5953876d72ca26de6e0cf58eb1f5d643f180aaf
Contents?: true
Size: 263 Bytes
Versions: 14
Compression:
Stored size: 263 Bytes
Contents
# This migration comes from almanac (originally 20121116191821) class AddSlugToAlmanacPosts < ActiveRecord::Migration def up change_table :almanac_posts do |t| t.string :slug end end def down remove_column :almanac_posts, :slug end end
Version data entries
14 entries across 14 versions & 1 rubygems