]> git.evergreen-ils.org Git - Evergreen.git/commit
Adding basic user merge function. It blindly copies all data from source user to...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Nov 2008 19:36:50 +0000 (19:36 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Nov 2008 19:36:50 +0000 (19:36 +0000)
commit86edd7a74a91e489074ec007b3a7dfbae4c7b320
treeea62b8d3a4dbb968c8aab45fc9ebd74a62a94c4e
parent4423384b3b7f49abe06800733fb9cc6a1f4487be
Adding basic user merge function.  It blindly copies all data from source user to destination user.  When it finds collisions (e.g. 2 user bookbags with the same name), it deletes the offending record from the source user and retains the destination user's data.

Added to build-db.sh to load at install time

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11248 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/099.functions.global.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/build-db.sh