You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::InvalidForeignKey in rooms#leave
PG::ForeignKeyViolation: ERROR: update or delete on table "rooms" violates foreign key constraint "fk_rails_8ddbaad4c7" on table "room_activities"
DETAIL: Key (id)=(53) is still referenced from table "room_activities".
: DELETE FROM "rooms" WHERE "rooms"."id" = $1
Error in Room538
ActiveRecord::InvalidForeignKey in rooms#leave
PG::ForeignKeyViolation: ERROR: update or delete on table "rooms" violates foreign key constraint "fk_rails_8ddbaad4c7" on table "room_activities"
DETAIL: Key (id)=(53) is still referenced from table "room_activities".
: DELETE FROM "rooms" WHERE "rooms"."id" = $1
View on Bugsnag
Stacktrace
View full stacktrace
Created automatically via Bugsnag
The text was updated successfully, but these errors were encountered: