-- renaming all _usdf column suffixes to match service code. ALTER TABLE treasury_agents RENAME COLUMN target_balance_usdf TO target_balance; ALTER TABLE treasury_agents RENAME COLUMN min_balance_usdf ...
Data has become the most valuable resource for modern enterprises. However, the people tasked with managing this valuable resource have one foot out the door. According to the recent State of Database ...
-- Description: Renames dynamic UI tables, enforces ABAC scopes, and backfills permission prefixes. -- 1. Rename tables (safe for existing installs) ALTER TABLE IF EXISTS public.system_resources ...