lib/generators/bookmark_system/templates/migration.rb in bookmark_system-0.1.1 vs lib/generators/bookmark_system/templates/migration.rb in bookmark_system-0.2.0

- old
+ new

@@ -42,6 +42,5 @@ # Bookmarks table bookmarkee id field and bookmarkee type field and bookmarker id field and bookmarker type field unique index addition ### add_index :bookmarks, [:bookmarkee_id, :bookmarkee_type, :bookmarker_id, :bookmarker_type], name: "bookmarks_bookmarkee_bookmarker_idx", unique: true end end -