database: pagedao: Add-support for subpages

This commit is contained in:
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;