fixes #123: Tags aren't alphabetized

This commit is contained in:
albert
2011-10-14 14:28:04 -04:00
parent 13e8574c64
commit 4abf66cf44
9 changed files with 228 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ class CreatePosts < ActiveRecord::Migration
# Cached
t.column :last_noted_at, :datetime
t.column :last_commented_at, :datetime
t.column :fav_count, :integer, :null => false, :default => 0
# Tags
t.column :tag_string, :text, :null => false, :default => ""