diff --git a/todo b/todo index ddffecc..44082ad 100644 --- a/todo +++ b/todo @@ -15,7 +15,6 @@ Bug fix: - Fix les "xxx se déconnecte" intempestives Améliorations -- [1.0.0] Importer la liste des tables de Christophe - [1.1.0] Remplacer dans les options : oui / non par [-0] (f205) [O-] (f204) - [1.1.0] Son pour les nouveaux messages - [1.1.0] Chat : compatibilité mobile (utiliser la fonctionnalité ff) @@ -40,4 +39,9 @@ Testing - Update tokens : ~/?a=reset_token MEP 1.0.0 ---------- \ No newline at end of file +--------- + +mysql --local-infile +LOAD DATA LOCAL INFILE '/var/www/databap/test.csv' INTO TABLE tables CHARACTER SET UTF8 FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\'; +update tables set refer_id = id_table where refer_id = 0; +Rebuild search : ?a=build_index \ No newline at end of file