From 49c38f208b8a05cee49400ffababc49dfc431daa Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sun, 14 Jul 2013 04:37:18 +1200 Subject: Revert f906ef0 but maintain table name improvements --- db/migrate/20110803223526_add_cached_slugs.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 db/migrate/20110803223526_add_cached_slugs.rb (limited to 'db/migrate/20110803223526_add_cached_slugs.rb') diff --git a/db/migrate/20110803223526_add_cached_slugs.rb b/db/migrate/20110803223526_add_cached_slugs.rb new file mode 100644 index 0000000..389f83e --- /dev/null +++ b/db/migrate/20110803223526_add_cached_slugs.rb @@ -0,0 +1,6 @@ +class AddCachedSlugs < ActiveRecord::Migration + def change + add_column :refinery_blog_categories, :cached_slug, :string + add_column :refinery_blog_posts, :cached_slug, :string + end +end -- cgit v1.2.3