feat(ratecard): update currency default to USD and align rate columns to the right

This commit is contained in:
shancds
2025-05-22 09:12:40 +05:30
parent b104cf2d3f
commit a879176c24
3 changed files with 5 additions and 1 deletions

View File

@@ -45,4 +45,4 @@ ALTER TABLE projects
ADD COLUMN rate_card UUID REFERENCES finance_rate_cards(id) ON DELETE SET NULL;
ALTER TABLE finance_rate_cards
ADD COLUMN currency TEXT NOT NULL DEFAULT 'LKR';
ADD COLUMN currency TEXT NOT NULL DEFAULT 'USD';