Replace the FK on lfs_object_states with LFK

In order to exempt lfs_objects table from sharding, we must address the FKs referencing it. There are 2 tables that do so - lfs_objects_project and lfs_object_states. This change is the end result of running scripts/decomposition/generate-loose-foreign-key against lfs_object_state.

!181831 (comment 2381224355)

This is part of #490482 (closed)

Edited by Kerri Miller