Files
dokuwiki-plugin-struct/db/update0013.sql
Michael Grosse 109edca8dd feat: store user and rev of all pages
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
2016-11-16 17:46:18 +01:00

3 lines
121 B
SQL

ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';
ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';