Commit cf1e8aa6e9ffb572f0dae9270da039157e6267ba
1 parent
984386a4
Exists in
master
and in
29 other branches
Resolve missed code conflicts
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
db/schema.rb
@@ -656,11 +656,8 @@ ActiveRecord::Schema.define(:version => 20150122165042) do | @@ -656,11 +656,8 @@ ActiveRecord::Schema.define(:version => 20150122165042) do | ||
656 | t.boolean "pending", :default => false | 656 | t.boolean "pending", :default => false |
657 | end | 657 | end |
658 | 658 | ||
659 | -<<<<<<< HEAD | ||
660 | add_index "tags", ["name"], :name => "index_tags_on_name", :unique => true | 659 | add_index "tags", ["name"], :name => "index_tags_on_name", :unique => true |
661 | -======= | ||
662 | add_index "tags", ["parent_id"], :name => "index_tags_on_parent_id" | 660 | add_index "tags", ["parent_id"], :name => "index_tags_on_parent_id" |
663 | ->>>>>>> Update schema.rb | ||
664 | 661 | ||
665 | create_table "tasks", :force => true do |t| | 662 | create_table "tasks", :force => true do |t| |
666 | t.text "data" | 663 | t.text "data" |