Skip to content

Commit dd4ecef

Browse files
committed
Remove missing foreign key from rooms to buildings
1 parent 6c1bd28 commit dd4ecef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/dummy/db/schema.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,6 @@
10911091
add_foreign_key "better_together_infrastructure_floors", "better_together_infrastructure_buildings", column: "building_id"
10921092
add_foreign_key "better_together_infrastructure_floors", "better_together_people", column: "creator_id"
10931093
add_foreign_key "better_together_infrastructure_rooms", "better_together_communities", column: "community_id"
1094-
add_foreign_key "better_together_infrastructure_rooms", "better_together_infrastructure_buildings", column: "building_id"
10951094
add_foreign_key "better_together_infrastructure_rooms", "better_together_infrastructure_floors", column: "floor_id"
10961095
add_foreign_key "better_together_infrastructure_rooms", "better_together_people", column: "creator_id"
10971096
add_foreign_key "better_together_invitations", "better_together_roles", column: "role_id"

0 commit comments

Comments
 (0)