mod_roomreservation => mod_roomreservation_bookings
[iserv-mod-room-reservation.git] / Makefile
index e9b6fb5..f9f81f3 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ uninstall:
        \r
        @echo ----------------------------------------------------------------------\r
        @echo If you do not need the SQL tables anymore, remove them by running\r
-       @echo '  psql -c "DROP TABLE mod_room-reservation;"'\r
-       @echo '  psql -c "DROP SEQUENCE mod_room-reservation_rr_uid_seq;"'\r
+       @echo '  psql -c "DROP TABLE mod_roomreservation_bookings;"'\r
+       @echo '  psql -c "DROP SEQUENCE mod_roomreservation_bookings_rrb_uid_seq;"'\r
        @echo After that, all bookings are unrecoverably deleted!\r
        @echo ----------------------------------------------------------------------\r
This page took 0.021892 seconds and 4 git commands to generate.