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.
123456789 |
- alter table pages
- add column pad_url varchar(256) null;
- alter table pages
- modify column content text null;
-
- alter table history
- add column pad_url varchar(256) null;
- alter table history
- modify column content text null;
|