···11+-- Scheduled posts: store the scheduled publish time + a snapshot of share state
22+-- captured at scheduling, so the Inngest job can publish without the user's session.
33+44+alter table "public"."leaflets_in_publications"
55+ add column "scheduled_publish_at" timestamptz,
66+ add column "scheduled_publish_data" jsonb;
77+88+alter table "public"."leaflets_to_documents"
99+ add column "scheduled_publish_at" timestamptz,
1010+ add column "scheduled_publish_data" jsonb;