diff --git a/seeds.sql b/seeds.sql index d3bab934..a5e9b805 100755 --- a/seeds.sql +++ b/seeds.sql @@ -19,7 +19,8 @@ SET client_min_messages = warning; SET row_security = off; SET synchronous_commit = off; -SET commit_delay = 1000000; # microseconds +-- microseconds +SET commit_delay = 1000000; ALTER TABLE IF EXISTS ONLY "public"."webpush_subscription_info" DROP CONSTRAINT IF EXISTS "webpush_subscription_info_inscription_id_fkey"; ALTER TABLE IF EXISTS ONLY "public"."newsletter" DROP CONSTRAINT IF EXISTS "recommandation_episode_id_fkey";