Alternc  latest
Alternc logiel libre pour l'hébergement
3.4.2.sql
Go to the documentation of this file.
1 
2 
3 UPDATE domaines_type SET compatibility='' where name='cname';
4 UPDATE domaines_type SET compatibility=REPLACE(compatibility, 'cname,','');
5 
6 ALTER TABLE actions
7  CHANGE `type`
8  `type` enum('CREATE_FILE','FIX_USER','CREATE_DIR','DELETE','MOVE','FIX_DIR','FIX_FILE','CHMOD') DEFAULT NULL;