renamed in Models: map_fields() to fields(), prepare_table() to table()
This commit is contained in:
@@ -129,11 +129,10 @@ public:
|
||||
std::vector<long> groups;
|
||||
|
||||
|
||||
|
||||
User();
|
||||
|
||||
void map_fields();
|
||||
void prepare_table();
|
||||
void fields();
|
||||
void table();
|
||||
void after_insert();
|
||||
void after_select();
|
||||
|
||||
|
Reference in New Issue
Block a user