test: upserts with case sensitive table and sequence name (#4131)

Closes #3712.
This commit is contained in:
Taimoor Zaeem
2025-06-07 12:39:50 -05:00
committed by GitHub
parent a9d4237bc2
commit 2eb9e4a8a4
5 changed files with 56 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ GRANT USAGE ON SEQUENCE
, leak_id_seq
, surr_serial_upsert_id_seq
, surr_gen_default_upsert_id_seq
, "Surr_Gen_Default_Upsert_id_seq"
TO postgrest_test_anonymous;
GRANT USAGE ON SEQUENCE channels_id_seq TO postgrest_test_anonymous;