enhanced the wiki edit view to be able to rename the page itself

This commit is contained in:
2015-03-25 07:29:18 +00:00
parent 2702b84b81
commit 0d499dcd2b
12 changed files with 146 additions and 50 deletions

View File

@ -50,7 +50,7 @@ CREATE TABLE wiki (
CONSTRAINT wiki_projectid FOREIGN KEY (projectid) REFERENCES project(id)
ON DELETE RESTRICT ON UPDATE CASCADE
) charset=utf8 engine=InnoDB;
) charset=utf8 engine=InnoDB;
CREATE TABLE wiki_attachment (
projectid VARCHAR(32) NOT NULL,