renamed in Models: map_fields() to fields(), prepare_table() to table()
This commit is contained in:
@@ -51,7 +51,7 @@ ItemContent::ItemContent()
|
||||
|
||||
|
||||
|
||||
void ItemContent::map_fields()
|
||||
void ItemContent::fields()
|
||||
{
|
||||
int content_raw_type_helper = static_cast<int>(content_raw_type);
|
||||
int content_parsed_type_helper = static_cast<int>(content_parsed_type);
|
||||
@@ -86,9 +86,9 @@ void ItemContent::map_fields()
|
||||
}
|
||||
|
||||
|
||||
void ItemContent::prepare_table()
|
||||
void ItemContent::table()
|
||||
{
|
||||
table(L"core", L"content");
|
||||
table_name(L"core", L"content");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user