From: root@iserv.zuhause.test Date: Sun, 13 Jul 2008 14:22:13 +0000 (+0200) Subject: the SQL sequence is dropped when the table is dropped, removed notice on uninstallation X-Git-Tag: REL_3.0-beta~34 X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/9b7b830d4e2767c22ab88781ea70d7384792fe61 the SQL sequence is dropped when the table is dropped, removed notice on uninstallation --- diff --git a/Makefile b/Makefile index f9f81f3..b56cc06 100755 --- 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 ----------------------------------------------------------------------