Zmiany pomiędzy wersją 13 and wersją 14 dla DeployerGuide/Others/DatabaseCleanup
- Data i czas:
- 10/08/16 10:32:18 (8 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/DatabaseCleanup
v13 v14 39 39 40 40 delete from readed_comments where usr_id IN (SELECT usr_id FROM users where is_del is true); 41 -- lub wszystkich komentarzy 42 delete from readed_comments; 43 delete from comments; 44 --------- 41 45 42 46 delete from contacts_caretakers where usr_id IN (SELECT usr_id FROM users where is_del is true);