Removed white space.

This commit is contained in:
Martin Edenhofer 2012-12-27 10:29:34 +01:00
parent 23bfc9fe7d
commit 8eae457149

View file

@ -9,7 +9,7 @@ class TagsCreate < ActiveRecord::Migration
end end
add_index :tags, [:o_id] add_index :tags, [:o_id]
add_index :tags, [:tag_object_id] add_index :tags, [:tag_object_id]
create_table :tag_objects do |t| create_table :tag_objects do |t|
t.column :name, :string, :limit => 250, :null => false t.column :name, :string, :limit => 250, :null => false
t.timestamps t.timestamps