By default, the card's attribute for Price has 4 decimal'
This commit is contained in:
parent
3d49d7ff09
commit
0be477fde8
1 changed files with 3 additions and 1 deletions
|
|
@ -250,4 +250,6 @@ begin
|
|||
return;
|
||||
end;
|
||||
$BODY$
|
||||
LANGUAGE plpgsql
|
||||
LANGUAGE plpgsql ;
|
||||
|
||||
update attr_def set ad_extra=4 where ad_id in (6,7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue