My medusa backend fails to apply migrations to postgres. It seems like it's not applying migrations despite connecting to database.
query failed: SELECT "StagedJob"."id" AS "StagedJob_id", "StagedJob"."event_name" AS "StagedJob_event_name", "StagedJob"."data" AS "StagedJob_data" FROM "staged_job" "St
agedJob" LIMIT 1000
error: error: relation "staged_job" does not exist
My db monitor shows that there are no tables created despite medusa stating that database was initialized