test: add tests for bulk upserts with surrogate keys
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user