added tags controller functional test
This commit is contained in:
@@ -3,7 +3,6 @@ class CreateTags < ActiveRecord::Migration
|
||||
create_table :tags do |t|
|
||||
t.column :name, :string, :null => false
|
||||
t.column :post_count, :integer, :null => false, :default => 0
|
||||
t.column :view_count, :integer, :null => false, :default => 0
|
||||
t.column :category, :integer, :null => false, :default => 0
|
||||
t.column :related_tags, :text
|
||||
t.column :related_tags_updated_at, :datetime
|
||||
|
||||
Reference in New Issue
Block a user