Skip to content

Instantly share code, notes, and snippets.

View lunarpropertyapp's full-sized avatar

lunarpropertyapp

View GitHub Profile
-- =============================================================================
-- 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):