From 9b7b830d4e2767c22ab88781ea70d7384792fe61 Mon Sep 17 00:00:00 2001 From: "root@iserv.zuhause.test" Date: Sun, 13 Jul 2008 16:22:13 +0200 Subject: [PATCH] the SQL sequence is dropped when the table is dropped, removed notice on uninstallation --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 ---------------------------------------------------------------------- -- 2.20.1