This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ============================================================================= | |
| -- LUNAR Production RDS — One-Shot Schema Migration (v2 — fixed ordering) | |
| -- Generated: 2026-05-04 | |
| -- Purpose: Bring prod RDS from github/main (commit 91ff7371) to HEAD | |
| -- so the 134-commit push doesn't crash on missing tables/columns. | |
| -- | |
| -- Safety: Every statement uses IF NOT EXISTS / ADD COLUMN IF NOT EXISTS. | |
| -- Safe to re-run. Safe to run on a DB that already has some of these. | |
| -- | |
| -- ORDERING (v2 fix): |