82b1f89332
Replaced manual double-quoting of table names with SQLAlchemy's dialect-specific identifier preparer in `app/utils/db_migrate.py`. This ensures proper quoting for any database dialect and acts as a defense-in-depth measure against SQL injection or syntax errors if a table name contains unexpected characters. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>