From b0fd3976f175690b76779e7c7c0f967df2c84fd1 Mon Sep 17 00:00:00 2001 From: iamxvbaba <28732408+iamxvbaba@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:21:23 +0800 Subject: [PATCH] docs(migrations): sync avoid private environment wording --- deploy/migrations/0150_channel_star_gift_notifications.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/migrations/0150_channel_star_gift_notifications.up.sql b/deploy/migrations/0150_channel_star_gift_notifications.up.sql index d40a58ca..5cafe4ee 100644 --- a/deploy/migrations/0150_channel_star_gift_notifications.up.sql +++ b/deploy/migrations/0150_channel_star_gift_notifications.up.sql @@ -39,7 +39,7 @@ COMMENT ON TABLE star_gift_channel_notification_jobs IS COMMENT ON TABLE star_gift_user_message_refs IS 'Viewer-local private service-message aliases to saved gift aggregates; the saved gift owner may be that user or an authorized channel.'; --- Existing testserver/users already have channel prepaid/upgrade notifications. +-- Existing deployments/users already have channel prepaid/upgrade notifications. -- Backfill only aliases that are cryptographically unnecessary to guess: the -- persisted action itself names a channel and saved_id, and that exact pair -- must resolve to one saved gift. This changes no message, PTS or outbox row.