1043 Posts in 379 Topics by 373 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1445 Views |
-
Upgrade to 2.4 and Decimal Field Issue

6 May 2010 at 1:48am
I've upgraded to 2.4 and every time I do a dev/build I get the following change to my DB
Field ColorProduct.Price: changed to decimal(9,2) not null default 0 (from decimal(9,2) not null default 0.00)
Do I need to change the way I'm defining that Data Field?
-
Re: Upgrade to 2.4 and Decimal Field Issue

7 May 2010 at 5:05pm
Thats a bug, but nothing to do with the actual schema (its presentational, change detection): I've filed a ticket for it, http://open.silverstripe.org/ticket/5551
-
Re: Upgrade to 2.4 and Decimal Field Issue

28 August 2010 at 12:17pm
I have changed type of this field on float
1) RecurringPayment.php line 6 'Amount' => 'Float', //Stepanov old: 'Money'
2) Payment.php line 25 'Amount' => 'Float', //Stepanov old: 'Money'
3) DPSRecurringPayment.php line 12 'AuthAmount' => 'Float', //Stepanov old 'Decimal'
| 1445 Views | ||
|
Page:
1
|
Go to Top |



