**Describe the bug** this example SQL , from Supabase docs https://supabase.com/docs/guides/database/extensions/wrappers/mssql fails when executed in fresh environment instantiated using local CLI: `insert into vault.secrets (name, secret) values ( 'mssql', 'Server=localhost,1433;User=sa;Password=my_password;Database=master;IntegratedSecurity=false;TrustServerCertificate=true;encrypt=DANGER_PLAINTEXT;ApplicationName=wrappers' ) returning key_id;` Error: **[42501] ERROR: permission denied for function _crypto_aead_det_noncegen** **To Reproduce** Steps to reproduce the behavior: 1. supabase init 2. supabase start 3. Execute SQL statement 4. See error **Expected behavior** It used to work , but unfortunately I don't know which version broke it. **Screenshots** N/A **System information** - Ticket ID: - Version of OS:MaxOS 15.3.2 - Version of CLI: 2.20.5 - Version of Docker: 4.39.0 (184744) - Versions of services: N/A **Additional context**