1
0

Page: Add 'title' column, storing title of last revision

Este cometimento está contido em:
2022-03-27 09:23:35 +02:00
ascendente ac793c6d39
cometimento f7cf06cdd5
5 ficheiros modificados com 17 adições e 8 eliminações

1
page.h
Ver ficheiro

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