updates migration and base data creation to create the 3 default list views

This commit is contained in:
Shannon
2014-09-18 01:12:23 +10:00
parent 5bf9bf5175
commit 3437d95eb4
3 changed files with 20 additions and 68 deletions

View File

@@ -22,6 +22,10 @@
/// </summary>
public const int RecycleBinMedia = -21;
public const int DefaultContentListViewDataTypeId = 1037;
public const int DefaultMediaListViewDataTypeId = 1038;
public const int DefaultMembersListViewDataTypeId = 1039;
}
}
}