database: pagedao: Add-support for subpages

这个提交包含在:
2023-11-23 18:24:40 +01:00
父节点 f08e235d03
当前提交 2d5d483790
修改 4 个文件,包含 31 行新增10 行删除

1
page.h
查看文件

@@ -8,6 +8,7 @@ class Page
Page();
std::string name;
std::string title;
std::string parentpage;
bool listed;
unsigned int current_revision;
unsigned int pageid;