MINOR: changed priority to a float field to prevent localization from messing with the values.

This commit is contained in:
wrossiter 2009-08-12 07:58:08 +00:00
parent d7eeffcb01
commit 100e326861

View File

@ -11,7 +11,7 @@ class GoogleSitemapDecorator extends SiteTreeDecorator {
function extraStatics() { function extraStatics() {
return array( return array(
'db' => array( 'db' => array(
"Priority" => "Float", "Priority" => "Varchar(5)",
) )
); );
} }