Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-01 14:44:00 +00:00
co-authored by renee-png
parent 80ea414e92
commit a5dd9244d3
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,3 @@
ALTER TABLE public.trust_ledger_entries ADD COLUMN IF NOT EXISTS external_id text;
CREATE UNIQUE INDEX IF NOT EXISTS trust_ledger_entries_external_id_key
ON public.trust_ledger_entries (external_id) WHERE external_id IS NOT NULL;