gen_salt does not exist in github action
I use the supabase/setup-cli github action and it use to work no problem. It use to work without issue, but now there is an error that says
This error occurs while running the seed file which creates a user account with an encrypted password like so:
Any ideas? I have no issues running supabase containers locally and seeding, so it is only in CI.
failed to send batch: ERROR: function gen_salt(unknown) does not exist (SQLSTATE 42883)This error occurs while running the seed file which creates a user account with an encrypted password like so:
crypt('fake-password', gen_salt('bf'))Any ideas? I have no issues running supabase containers locally and seeding, so it is only in CI.