Commit graph

3 commits

Author SHA1 Message Date
Nacho Barrientos
2f1f3fca84 Add postinst script
JDBC driver link creation moved to postinst to circunvent problems
introduced by old navalplan packages deleting the link when the
package is being removed.
2011-12-01 08:58:17 +01:00
Nacho Barrientos
a8cb48bcf7 Dump database
Psql8 does not support altering table permissions using "ON ALL TABLES IN
SCHEMA", so this commit implements a workaround which consists in dumping
the original (and upgraded) database and loading it again, instead of
just doing a rename and fixing permissions afterwards.

FEA: ItEr75S03CommunityMaterial
2011-11-30 16:49:56 +01:00
Nacho Barrientos
215e0e9e82 Add a transitional package
Add a transitional package to help migrating the existing database.

FEA: ItEr75S03CommunityMaterial
2011-11-30 16:49:48 +01:00