Skip to content

Commit

Permalink
fix: fix comment in seeds.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Aug 31, 2023
1 parent 5b1d90c commit 8641f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seeds.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8641f1a

Please sign in to comment.