Currencies request debug, sign now is handled in statement results

This commit is contained in:
Blue 2024-03-28 20:20:21 -03:00
parent db37abacd2
commit 07003c2fe6
Signed by: blue
GPG key ID: 9B203B252A63EE38
9 changed files with 24 additions and 17 deletions

View file

@ -132,5 +132,5 @@ VALUES ('created', UTC_TIMESTAMP());
--creating default currencies
INSERT IGNORE INTO
currencies (`code`, `title`, `manual`, `description`, `type`, `value`)
VALUES ('USD', 'United States Dollar', TRUE, 'Base currency', 0, 1);
currencies (`code`, `title`, `manual`, `description`, `type`, `value`, `icon`)
VALUES ('USD', 'United States Dollar', TRUE, 'Base currency', 1, 1, 'currency-usd');