When implementing migrations on a fresh DB, stage 92 fails when using a schema other than `public` due to a hard-coded reference: https://github.com/reportportal/migrations/blob/develop/migrations/92_start_time_idx.up.sql#L3 ``` relation "public.test_item" does not exist ```