Fork de wikipp, le moteur de wiki en c++, basé sur cppcms. Le fork ajoute la langue française
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;