Fork de wikipp, le moteur de wiki en c++, basé sur cppcms. Le fork ajoute la langue française
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

01-pad_url.sql 219B

123456789
  1. alter table pages
  2. add column pad_url varchar(256) null;
  3. alter table pages
  4. modify column content text null;
  5. alter table history
  6. add column pad_url varchar(256) null;
  7. alter table history
  8. modify column content text null;