I'm trying to enable extension by issuing SQL command 'create extension earth_distance with schema extensions;' but what I get is error saying 'could not open extension control file "/usr/share/postgresql/14/extension/earth_distance.control": No such file or directory'. I'm running a local instance of supabase in docker, but I'm getting the same error in online instance too.