projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df9895
)
the SQL sequence is dropped when the table is dropped, removed notice on uninstallation
author
root@iserv.zuhause.test
<root@iserv.zuhause.test>
Sun, 13 Jul 2008 14:22:13 +0000
(16:22 +0200)
committer
root@iserv.zuhause.test
<root@iserv.zuhause.test>
Sun, 13 Jul 2008 14:22:13 +0000
(16:22 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f9f81f3
..
b56cc06
100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-93,6
+93,5
@@
uninstall:
@echo ----------------------------------------------------------------------
\r
@echo If you do not need the SQL tables anymore, remove them by running
\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.021257 seconds
and
4
git commands to generate.