-- ATTENTION: This migration was originally `UPDATE users SET is_paid = true WHERE is_paid = false` -- which incorrectly made ALL existing users permanent paid members (paid_expires_at = NULL → permanent). -- The accumulation logic now handles membership correctly in confirm_payment_order. -- DO NOT re-enable without understanding the full consequences. -- This file is kept empty as a placeholder to prevent migration numbering gaps. SELECT 1 WHERE 1 = 1; -- no-op