3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
psql -U crans mac_prises -c "DELETE FROM correspondance WHERE date <= timestamp 'now' - interval '2 days';" 1>/dev/null
|