mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-13 13:37:20 +00:00

Rename `meta/Title.php` `meta/Page.php` since it now handles the user and timestamp for the last change as well. This is done in preparation to adding a %lasteditor% selector showing the last editor of a page and changing the %lastupdated% to show the time when the page was last changed instead of showing the time when the struct data of the page was last updated. SPR-622
3 lines
121 B
SQL
3 lines
121 B
SQL
ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';
|
|
ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';
|