Currencies request debug, sign now is handled in statement results
This commit is contained in:
parent
db37abacd2
commit
07003c2fe6
9 changed files with 24 additions and 17 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue