X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/6df989565d1017673acc2ee4c8006a08c89648e8..147caa4c3d1556580795bb767cf93bf01220aeba:/Makefile diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index f9f81f3..b56cc06 --- a/Makefile +++ b/Makefile @@ -93,6 +93,5 @@ uninstall: @echo ---------------------------------------------------------------------- @echo If you do not need the SQL tables anymore, remove them by running @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 ----------------------------------------------------------------------