This commit is contained in:
cam-findlay 2012-11-13 11:54:08 -08:00
commit 305bbfff1e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class BlogTree extends Page {
static $default_entries_limit = 10;
static $db = array(
'Name' => 'Varchar',
'Name' => 'Varchar(255)',
'InheritSideBar' => 'Boolean',
'LandingPageFreshness' => 'Varchar',
);