test: add tests for bulk upserts with surrogate keys

This commit is contained in:
Laurence Isla
2024-11-15 12:05:14 -05:00
parent fcf828fd92
commit 9c863dbddc
4 changed files with 70 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@ GRANT USAGE ON SEQUENCE
, items3_id_seq
, callcounter_count
, leak_id_seq
, surr_serial_upsert_id_seq
, surr_gen_default_upsert_id_seq
TO postgrest_test_anonymous;
GRANT USAGE ON SEQUENCE channels_id_seq TO postgrest_test_anonymous;