V73: Pre-drop prerequisites for Category B tables.
Prepares Category B tables for the eventual DROP COLUMN id (V74) by:
- SET NOT NULL on 7 uuid columns that currently allow NULLs
- CREATE UNIQUE INDEX on 3 tables missing unique indexes on
uuid - ALTER INDEX RENAME on 4 indexes to match renamed columns
All operations are idempotent — safe to re-run.