LP1934162: (follow-up) sync whitespace
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:38:28 +0000 (20:38 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:38:28 +0000 (20:38 -0400)
This ensures that the text of the function is identical
whether it was installed by database creation or by a DB
update

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/upgrade/xxxx.purge_messages_curbside_notes.sql

index a14d1e7..5684c5f 100644 (file)
@@ -27,7 +27,7 @@ BEGIN
        UPDATE acq.lineitem SET selector = dest_usr WHERE selector = src_usr;
        UPDATE acq.lineitem_note SET creator = dest_usr WHERE creator = src_usr;
        UPDATE acq.lineitem_note SET editor = dest_usr WHERE editor = src_usr;
-    UPDATE acq.invoice SET closed_by = dest_usr WHERE closed_by = src_usr;
+       UPDATE acq.invoice SET closed_by = dest_usr WHERE closed_by = src_usr;
        DELETE FROM acq.lineitem_usr_attr_definition WHERE usr = src_usr;
 
        -- Update with a rename to avoid collisions