X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/49f08da5c6e93423f0566a62e725f3e1ed3ca38b..6df989565d1017673acc2ee4c8006a08c89648e8:/Makefile diff --git a/Makefile b/Makefile index e9b6fb5..f9f81f3 100755 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ uninstall: @echo ---------------------------------------------------------------------- @echo If you do not need the SQL tables anymore, remove them by running - @echo ' psql -c "DROP TABLE mod_room-reservation;"' - @echo ' psql -c "DROP SEQUENCE mod_room-reservation_rr_uid_seq;"' + @echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"' + @echo ' psql -c "DROP SEQUENCE mod_roomreservation_bookings_rrb_uid_seq;"' @echo After that, all bookings are unrecoverably deleted! @echo ----------------------------------------------------------------------