c39b7de9bd0b01bb72788bc3990d286e8efa3574
[iserv-mod-room-reservation.git] / debian / prerm
1 #!/bin/sh
2 psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
3 chklocale
4
5 @echo
6 @echo If you do not need the SQL tables anymore, remove them by running
7 @echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
8 @echo After that, all bookings are unrecoverably deleted!
9 @echo
This page took 0.04331 seconds and 3 git commands to generate.