Skip to content

Commit

Permalink
CIRCSTORE-553: Update normalize_isbns to have full schema path (#507)
Browse files Browse the repository at this point in the history
https://folio-org.atlassian.net/browse/CIRCSTORE-553

Bump the "fromModuleVersion" of createIsbnFunctions.sql
from "12.3.0" to "17.3.4" so that the "CREATE OR REPLACE FUNCTION"
updates ("REPLACE") the function in existing installations.

(cherry picked from commit 6cae71b)
  • Loading branch information
julianladisch authored and roman-barannyk committed Jan 15, 2025
1 parent 38b1878 commit ad7b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
{
"run": "before",
"snippetPath": "createIsbnFunctions.sql",
"fromModuleVersion": "12.3.0"
"fromModuleVersion": "17.3.4"
},
{
"run": "after",
Expand Down

0 comments on commit ad7b3b9

Please sign in to comment.