433d1eb639
Added a strict regex validation allowlist for table names in `preview_migration` before using them in raw SQL queries. This ensures that only alphanumeric characters and underscores are allowed, preventing potential SQL injection even if the source of table names were to be manipulated. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>