Added LegacyID. Used for blog migration

This commit is contained in:
Saophalkun Ponlu 2008-12-02 01:53:52 +00:00
parent 8e74406b43
commit efbe5242ce
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class BlogEntry extends Page {
static $icon = "blog/images/blogpage";
static $db = array(
"LegacyID" => "Varchar(5)", // used for blog migration only
"Date" => "SSDatetime",
"Author" => "Text",
"Tags" => "Text"