mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Added LegacyID. Used for blog migration
This commit is contained in:
parent
8e74406b43
commit
efbe5242ce
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user